]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/snmp__apcpdu_voltage
Fix typo
[chef.git] / cookbooks / munin / files / default / plugins / snmp__apcpdu_voltage
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 "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 {
     print "voltage.info Current voltage.\n";
     print "voltage.draw LINE2\n";
 } else {