From 33f4d7374803578371bbfcd6e8ab554e98e7161f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 May 2006 11:56:11 +0000 Subject: Remove -l 0 from volts git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@85 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/ipmi_sensor_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'munin') diff --git a/munin/ipmi_sensor_ b/munin/ipmi_sensor_ index bda92c8..11a66fd 100755 --- a/munin/ipmi_sensor_ +++ b/munin/ipmi_sensor_ @@ -95,7 +95,7 @@ def config case u when "volts" puts "graph_title IPMI Sensors: Voltages" - puts "graph_args --base 1000 -l 0" + puts "graph_args --base 1000" puts "graph_vlabel Volts"; puts "graph_category sensors" puts "graph_info This graph shows the voltages as reported by IPMI" -- cgit v1.2.3