+ change status for emc cable hardware
This commit is contained in:
parent
bab36349ef
commit
5ad9d286ac
|
@ -39,6 +39,7 @@ use strict;
|
|||
use warnings;
|
||||
|
||||
my @conditions = (
|
||||
['^(.*Unknown.*)$' => 'WARNING'],
|
||||
['^(?!(Present|Valid)$)' => 'CRITICAL'],
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue