From ce4dcd7da279031290b4e8851a5f05e80ba7d92a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 22 Jul 2006 11:37:37 +0000 Subject: Remove -l max git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@163 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/munin-cpufreq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq index 3a43fa9..70859c8 100755 --- a/munin/munin-cpufreq +++ b/munin/munin-cpufreq @@ -40,7 +40,8 @@ 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 -l #{max} --base 1000" + puts "graph_args -l 0 --base 1000" puts 'graph_vlabel Hz' puts 'graph_category system' puts 'graph_period second' -- cgit v1.2.3