diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/cpufreq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cpufreq.php b/plugin/cpufreq.php index 99f51c6..fbdc6ff 100644 --- a/plugin/cpufreq.php +++ b/plugin/cpufreq.php | |||
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php'; | |||
9 | ## LAYOUT | 9 | ## LAYOUT |
10 | # cpufreq/cpufreq-X.rrd | 10 | # cpufreq/cpufreq-X.rrd |
11 | 11 | ||
12 | $obj = new Type_Default($CONFIG); | 12 | $obj = new Type_Default($CONFIG, $_GET); |
13 | $obj->data_sources = array('value'); | 13 | $obj->data_sources = array('value'); |
14 | $obj->rrd_title = 'CPU frequency scaling'; | 14 | $obj->rrd_title = 'CPU frequency scaling'; |
15 | $obj->rrd_vertical = 'Hz'; | 15 | $obj->rrd_vertical = 'Hz'; |