diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-15 11:56:11 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-05-15 11:56:11 +0000 |
commit | 33f4d7374803578371bbfcd6e8ab554e98e7161f (patch) | |
tree | d9a00599b83bf97a443b9645cfcca192488424fc /munin/ipmi_sensor_ | |
parent | 798f280bf992f66266140f12476a7ce1b4535633 (diff) |
Remove -l 0 from volts
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@85 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'munin/ipmi_sensor_')
-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" |