X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/27fd49876db529db0913497ff549aaeb3e39b58f..45cd5d23250540c6a947352acd608fdefdd41019:/cookbooks/munin/files/default/plugins/snmp__apcpdu_power?ds=sidebyside diff --git a/cookbooks/munin/files/default/plugins/snmp__apcpdu_power b/cookbooks/munin/files/default/plugins/snmp__apcpdu_power index e873bf03a..cfb6a8123 100755 --- a/cookbooks/munin/files/default/plugins/snmp__apcpdu_power +++ b/cookbooks/munin/files/default/plugins/snmp__apcpdu_power @@ -24,7 +24,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") { print "graph_info This graph shows the power being supplied by the PDU.\n"; print "power.label Power\n"; - print "power.type GUAGE\n"; + print "power.type GAUGE\n"; print "power.info Current power draw in watts.\n"; print "power.draw LINE2\n"; } else {