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