From a417894be148331feaea7f20f97bb17bf66b1395 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 22 Jul 2006 11:50:30 +0000 Subject: Properly scale -u git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@166 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/munin-cpufreq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq index b344486..7ac6951 100755 --- a/munin/munin-cpufreq +++ b/munin/munin-cpufreq @@ -40,7 +40,7 @@ def config m = findmasters max = m.map{ |i| i['max'] }.max puts 'graph_title CPU frequency' - puts "graph_args -l 0 -u #{max} --base 1000" + puts "graph_args -l 0 -u #{max * 1000} --base 1000" puts 'graph_vlabel Hz' puts 'graph_category system' puts 'graph_period second' -- cgit v1.2.3