summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmunin/munin-cpufreq3
1 files changed, 1 insertions, 2 deletions
diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq
index 70859c8..d8126eb 100755
--- a/munin/munin-cpufreq
+++ b/munin/munin-cpufreq
@@ -40,8 +40,7 @@ def config
m = findmasters
max = m.map{ |i| i['max'] }.max
puts 'graph_title CPU frequency'
- #puts "graph_args -l 0 -l #{max} --base 1000"
- puts "graph_args -l 0 --base 1000"
+ puts "graph_args -l 0 -u #{max} --base 1000"
puts 'graph_vlabel Hz'
puts 'graph_category system'
puts 'graph_period second'