Nagios Plugins update

Nagios Plugins update
This commit is contained in:
MassimilianoPinto
2015-03-12 19:15:14 +01:00
parent 8d0ca74b9c
commit fc889fa922
2 changed files with 10 additions and 2 deletions

View File

@ -201,8 +201,8 @@ if ($n_monitors) {
close(MAXSCALE);
exit 0;
} else {
printf "CRITICAL: 0 monitors found\n";
printf "WARNING: 0 monitors found\n";
close(MAXSCALE);
exit 2;
exit 1;
}