From 2e2cfafeca9e6f539c83100094918dc2df402dc1 Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Wed, 4 Sep 2013 18:28:30 +0200 Subject: [PATCH] assp-message-statistics: fix typo Closes #167 --- plugins/other/assp-message-statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/assp-message-statistics b/plugins/other/assp-message-statistics index 542144e0..b243afe4 100755 --- a/plugins/other/assp-message-statistics +++ b/plugins/other/assp-message-statistics @@ -31,7 +31,7 @@ my $agentname = "$pluginname Munin Plugin V$version"; # UA String my $url = "http://localhost:55553/"; # (defaults to localhost) my $response = 0; # the server output my @content = (); # the content we're retrive from $response -my %index # for Version 2 +my %index = ( # for Version 2 'from' => 66, # <-- index frame from ( a tweak for other ASSP Versions ) 'to' => 100 # <-- index frame to ( "" ) );