mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Updates for Munin 1.4.4
This commit is contained in:
parent
9bb4d316c8
commit
656b6c6a2b
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue