summaryrefslogtreecommitdiff
path: root/munin/munin-cpufreq
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-07-21 14:47:12 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-07-21 14:47:12 +0000
commit875aaf2e9afdb09abded370dc20a67fd2ebe31a8 (patch)
treef1a06b341d9cf3257a8bf142e672cd6fb7e3e468 /munin/munin-cpufreq
parent70c961f02463494a1c32fe5d7f2a3043e8b7d987 (diff)
Show megaherz
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@159 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'munin/munin-cpufreq')
-rwxr-xr-xmunin/munin-cpufreq2
1 files changed, 1 insertions, 1 deletions
diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq
index dbe33ce..1800702 100755
--- a/munin/munin-cpufreq
+++ b/munin/munin-cpufreq
@@ -38,7 +38,7 @@ end
def config
puts 'graph_title CPU frequency'
puts 'graph_args -l 0 --base 1000'
- puts 'graph_vlabel Hz'
+ puts 'graph_vlabel MHz'
puts 'graph_category system'
puts 'graph_period second'
puts 'graph_info Shows the CPU frequency of all installed CPUs'