aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPim van den Berg2011-03-08 11:13:49 +0100
committerPim van den Berg2011-03-08 11:14:55 +0100
commit453fe1f1cb24652e769a237459755bd78afed169 (patch)
treedfa95c87d92f228885de67de42a50f2683076776 /plugin
parentadd links to footer (diff)
downloadapt-panopticon_cgp-453fe1f1cb24652e769a237459755bd78afed169.zip
apt-panopticon_cgp-453fe1f1cb24652e769a237459755bd78afed169.tar.gz
apt-panopticon_cgp-453fe1f1cb24652e769a237459755bd78afed169.tar.bz2
apt-panopticon_cgp-453fe1f1cb24652e769a237459755bd78afed169.tar.xz
plugin/cpufreq: Y-axis is in hertz
Diffstat (limited to 'plugin')
-rw-r--r--plugin/cpufreq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cpufreq.php b/plugin/cpufreq.php
index 0ecc9a3..fd18dc8 100644
--- a/plugin/cpufreq.php
+++ b/plugin/cpufreq.php
@@ -14,7 +14,7 @@ $obj->data_sources = array('value');
14$obj->width = $width; 14$obj->width = $width;
15$obj->heigth = $heigth; 15$obj->heigth = $heigth;
16$obj->rrd_title = 'CPU frequency scaling'; 16$obj->rrd_title = 'CPU frequency scaling';
17$obj->rrd_vertical = 'Mhz'; 17$obj->rrd_vertical = 'Hz';
18$obj->rrd_format = '%5.1lf%s'; 18$obj->rrd_format = '%5.1lf%s';
19 19
20collectd_flush($obj->identifiers); 20collectd_flush($obj->identifiers);