diff --git a/plugins/other/ipmi_fans b/plugins/other/ipmi_fans index ca48502f..0d23f126 100755 --- a/plugins/other/ipmi_fans +++ b/plugins/other/ipmi_fans @@ -12,8 +12,8 @@ # Configuration parameters for /etc/munin/plugin-conf.d/munin-node # # [ipmi_fans] -# user - User that has permissions to run ipmi-sensors -# env.category sensors +# user - User that has permissions to run the omreport binary +# env.omreport - Path to the omreport binary # # Parameters: # @@ -22,7 +22,7 @@ # # Author: Alexx Roche # Built on the work of Justin Shepherd -# Revision: 2.0 2010/11/06 +# Revision: 2.1 2011/01/10 # #%# family=auto #%# capabilities=autoconf @@ -98,9 +98,9 @@ if ($ARGV[0] && $ARGV[0] eq "autoconf"){ print "graph_vlabel Speed in RPM\n"; print "graph_category Sensors\n"; foreach my $j (sort keys %val) { - print "probe_$j.label $val{$j}{'Probe Name'}\n"; - print "probe_$j.warning $val{$j}{'Warning Threshold'}\n"; - print "probe_$j.critical $val{$j}{'Critical Threshold'}\n"; + print "probe_$j\.label $val{$j}{'Probe Name'}\n"; + print "probe_$j\.warning $val{$j}{'Warning Threshold'}\n"; + print "probe_$j\.critical $val{$j}{'Critical Threshold'}\n"; } }else{ foreach my $j (sort keys %val) {