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:
parent
9bb4d316c8
commit
656b6c6a2b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user