From 95f8cda2c1cb948a5f3ae77da821544f8a65f9ae Mon Sep 17 00:00:00 2001 From: Albireo Date: Fri, 10 Feb 2012 23:08:58 +0100 Subject: [PATCH] Fixed a typo in config of the "closed" gauge. --- plugins/other/tor-connections | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/tor-connections b/plugins/other/tor-connections index f8f3bc99..f481d92c 100755 --- a/plugins/other/tor-connections +++ b/plugins/other/tor-connections @@ -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";