aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
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);