diff options
| author | Pim van den Berg | 2011-03-08 11:13:49 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2011-03-08 11:14:55 +0100 |
| commit | 453fe1f1cb24652e769a237459755bd78afed169 (patch) | |
| tree | dfa95c87d92f228885de67de42a50f2683076776 | |
| parent | add links to footer (diff) | |
| download | apt-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 '')
| -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 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 | ||
| 20 | collectd_flush($obj->identifiers); | 20 | collectd_flush($obj->identifiers); |
