From 5ad9d286ac210a34862689ec26fa8376eeaac0f9 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 20 May 2015 16:10:16 +0200 Subject: [PATCH] + change status for emc cable hardware --- centreon/common/emc/navisphere/mode/spcomponents/cable.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/centreon/common/emc/navisphere/mode/spcomponents/cable.pm b/centreon/common/emc/navisphere/mode/spcomponents/cable.pm index 56d4fca34..451032f56 100644 --- a/centreon/common/emc/navisphere/mode/spcomponents/cable.pm +++ b/centreon/common/emc/navisphere/mode/spcomponents/cable.pm @@ -39,6 +39,7 @@ use strict; use warnings; my @conditions = ( + ['^(.*Unknown.*)$' => 'WARNING'], ['^(?!(Present|Valid)$)' => 'CRITICAL'], );