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:
commit
31d77f782b
@ -41,7 +41,7 @@ if ($cmd == "config") {
|
|||||||
print "failed.max 50000\n";
|
print "failed.max 50000\n";
|
||||||
print "failed.min 0\n";
|
print "failed.min 0\n";
|
||||||
|
|
||||||
print "close.label closed\n";
|
print "closed.label closed\n";
|
||||||
print "closed.type GAUGE\n";
|
print "closed.type GAUGE\n";
|
||||||
print "closed.max 50000\n";
|
print "closed.max 50000\n";
|
||||||
print "closed.min 0\n";
|
print "closed.min 0\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user