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