summaryrefslogtreecommitdiff
path: root/munin/munin-cpufreq
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-07-21 14:43:23 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-07-21 14:43:23 +0000
commit70c961f02463494a1c32fe5d7f2a3043e8b7d987 (patch)
tree767a861c5db94dc0e71583899fa73a48bb327d5b /munin/munin-cpufreq
parent2df0820b9641efa3c1e8dff80bf1c0f1b1da00b6 (diff)
Show megaherz
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@158 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'munin/munin-cpufreq')
-rwxr-xr-xmunin/munin-cpufreq3
1 files changed, 2 insertions, 1 deletions
diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq
index 41ea383..dbe33ce 100755
--- a/munin/munin-cpufreq
+++ b/munin/munin-cpufreq
@@ -44,7 +44,8 @@ def config
puts 'graph_info Shows the CPU frequency of all installed CPUs'
findmasters.each do |m|
puts "#{m['fieldname']}.label #{m['label']}"
- puts "#{m['fieldname']}.info Hz"
+ puts "#{m['fieldname']}.cdef #{m['fieldname']},1000,/"
+ puts "#{m['fieldname']}.info MHz"
puts "#{m['fieldname']}.type GAUGE"
end
end