2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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";