+ change status for emc cable hardware

This commit is contained in:
garnier-quentin 2015-05-20 16:10:16 +02:00
parent bab36349ef
commit 5ad9d286ac
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ use strict;
use warnings;
my @conditions = (
['^(.*Unknown.*)$' => 'WARNING'],
['^(?!(Present|Valid)$)' => 'CRITICAL'],
);