]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Fri, 3 Aug 2018 20:40:07 +0000 (21:40 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 3 Aug 2018 20:40:07 +0000 (21:40 +0100)
cookbooks/munin/files/default/plugins/snmp__apcpdu_current
cookbooks/munin/files/default/plugins/snmp__apcpdu_power
cookbooks/munin/files/default/plugins/snmp__apcpdu_voltage

index edf5d99e7e946a70b86ceaf68260ed2360b446e9..d2f8b2641050fb16872f8536e969ea87a7d0c4dc 100755 (executable)
@@ -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";
index e873bf03a609e63bdba5fcf54d47f9b1a75a9e74..cfb6a8123d9fcdaa8f86d5557e18f2d54847c3d5 100755 (executable)
@@ -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 {
index 70ec475e8f935edd3228fcca1ed886726c20d129..362d44cef580b236698cfef0db255a1714bbd513 100755 (executable)
@@ -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 {