From 453fe1f1cb24652e769a237459755bd78afed169 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 8 Mar 2011 11:13:49 +0100 Subject: plugin/cpufreq: Y-axis is in hertz --- plugin/cpufreq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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'); $obj->width = $width; $obj->heigth = $heigth; $obj->rrd_title = 'CPU frequency scaling'; -$obj->rrd_vertical = 'Mhz'; +$obj->rrd_vertical = 'Hz'; $obj->rrd_format = '%5.1lf%s'; collectd_flush($obj->identifiers); -- cgit v1.1