1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #26 from kappa7194/master

Fixed a typo in tor-connections
This commit is contained in:
Matt West 2012-02-10 14:17:42 -08:00
commit 31d77f782b

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