change status for engine without aggressive host checking enabled

This commit is contained in:
Colin Gagnaire 2019-07-08 23:57:01 +02:00
parent bb842efd69
commit 411c1d90f7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use Digest::MD5 qw(md5_hex);
my %errors_service = (0 => 'OK', 1 => 'WARNING', 2 => 'CRITICAL', 3 => 'UNKNOWN');
my %errors_host = (0 => 'UP', 1 => 'DOWN');
my %errors_hash = ('UP' => 'OK', 'DOWN' => 'WARNING');
my %errors_hash = ('UP' => 'OK', 'DOWN' => 'CRITICAL');
sub new {
my ($class, %options) = @_;