diff options
-rwxr-xr-x | munin/ipmi_sensor_ | 2 |
1 files changed, 1 insertions, 1 deletions
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" |