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";
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 {
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 {