2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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 %WANTED = ( "apache.status.200" => "200",
"apache.status.301" => "301",
"apache.status.302" => "302",
"apache.status.404" => "404",
"apache.status.5xx" => "5xx",
my %WANTED = ( "apache.status.200" => "_200",
"apache.status.301" => "_301",
"apache.status.302" => "_302",
"apache.status.404" => "_404",
"apache.status.5xx" => "_5xx",
);
my $arg = shift();