1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +00:00

Updates for Munin 1.4.4

This commit is contained in:
Russell Neufeld 2011-10-03 21:43:51 +02:00 committed by Steve Schnepp
parent 9bb4d316c8
commit 656b6c6a2b

View file

@ -25,11 +25,11 @@ use strict;
my $BLACKBOXLOG = "/var/log/blackbox.log"; my $BLACKBOXLOG = "/var/log/blackbox.log";
my %WANTED = ( "apache.status.200" => "200", my %WANTED = ( "apache.status.200" => "_200",
"apache.status.301" => "301", "apache.status.301" => "_301",
"apache.status.302" => "302", "apache.status.302" => "_302",
"apache.status.404" => "404", "apache.status.404" => "_404",
"apache.status.5xx" => "5xx", "apache.status.5xx" => "_5xx",
); );
my $arg = shift(); my $arg = shift();