From b9e441dd54b16673f7a2e0a9d9547cbe94525e33 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 22 Jul 2006 11:38:56 +0000 Subject: Add max as -u again git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@164 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/munin-cpufreq | 3 +-- 1 file changed, 1 insertion(+), 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' -- cgit v1.2.3