From 411c1d90f7ab93d91e068c179b94503abb5f1dd7 Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Mon, 8 Jul 2019 23:57:01 +0200 Subject: [PATCH] change status for engine without aggressive host checking enabled --- apps/centreon/local/mode/notsodummy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/centreon/local/mode/notsodummy.pm b/apps/centreon/local/mode/notsodummy.pm index 7d6d0ad37..585fcac0c 100644 --- a/apps/centreon/local/mode/notsodummy.pm +++ b/apps/centreon/local/mode/notsodummy.pm @@ -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) = @_;