From: Tom Hughes Date: Fri, 3 Aug 2018 20:40:07 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/45cd5d23250540c6a947352acd608fdefdd41019?ds=sidebyside Fix typo --- diff --git a/cookbooks/munin/files/default/plugins/snmp__apcpdu_current b/cookbooks/munin/files/default/plugins/snmp__apcpdu_current index edf5d99e7..d2f8b2641 100755 --- a/cookbooks/munin/files/default/plugins/snmp__apcpdu_current +++ b/cookbooks/munin/files/default/plugins/snmp__apcpdu_current @@ -26,7 +26,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") { print "graph_info This graph shows the total throughput the PDU.\n"; print "current.label Current\n"; - print "current.type GUAGE\n"; + print "current.type GAUGE\n"; print "current.info Current load in amps.\n"; print "current.draw LINE2\n"; print "current.warning ${warning}\n"; 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 { 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 {