1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Fixed a typo in config of the "closed" gauge.

This commit is contained in:
Albireo 2012-02-10 23:08:58 +01:00
parent 8b94352ba2
commit 95f8cda2c1

View file

@ -41,7 +41,7 @@ if ($cmd == "config") {
print "failed.max 50000\n";
print "failed.min 0\n";
print "close.label closed\n";
print "closed.label closed\n";
print "closed.type GAUGE\n";
print "closed.max 50000\n";
print "closed.min 0\n";