2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

assp: fix typo

Closes #168
This commit is contained in:
Steve Schnepp 2013-09-04 19:09:25 +02:00
parent 2e2cfafeca
commit 4055fb1562

View File

@ -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' => 25, # <-- index frame from ( a tweak for other ASSP Versions )
'to' => 38 # <-- index frame to ( "" )
);