1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

fix plugins for new rules

This commit is contained in:
Steve Schnepp 2019-07-27 20:50:08 +02:00
parent 58f0ab64f3
commit 9cd0bba835
9 changed files with 9 additions and 9 deletions

View file

@ -66,7 +66,7 @@ my @muninlabel = (
);
# ============= SANITY CHECKS ================
unless( defined(@ARGV) ){
unless( @ARGV ){
$ARGV[0] = "";
}

View file

@ -46,7 +46,7 @@ my @muninlabel = ( # General Runtime Information
);
# ============= SANITY CHECKS ================
unless( defined(@ARGV) ){
unless( @ARGV ){
$ARGV[0] = "";
}

View file

@ -78,7 +78,7 @@ my @muninlabel = (
);
# ============= SANITY CHECKS ================
unless( defined(@ARGV) ){
unless( @ARGV ){
$ARGV[0] = "";
}

View file

@ -56,7 +56,7 @@ my @muninlabel = (
);
# ============= SANITY CHECKS ================
unless( defined(@ARGV) ){
unless( @ARGV ){
$ARGV[0] = "";
}

View file

@ -46,7 +46,7 @@ my @muninlabel = ( # General Runtime Information
);
# ============= SANITY CHECKS ================
unless( defined(@ARGV) ){
unless( @ARGV ){
$ARGV[0] = "";
}