mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
+ enhancement of status for emc clariion
This commit is contained in:
parent
fa1f1533a2
commit
28620d51eb
@ -172,6 +172,7 @@ my @states = (
|
|||||||
['^empty$' , 'OK'],
|
['^empty$' , 'OK'],
|
||||||
['^hot spare ready$' , 'OK'],
|
['^hot spare ready$' , 'OK'],
|
||||||
['^powering up$' , 'OK'],
|
['^powering up$' , 'OK'],
|
||||||
|
['^requested bypass$', 'WARNING'],
|
||||||
['^equalizing$' , 'WARNING'],
|
['^equalizing$' , 'WARNING'],
|
||||||
['^formatting$' , 'WARNING'],
|
['^formatting$' , 'WARNING'],
|
||||||
['^removed$' , 'WARNING'],
|
['^removed$' , 'WARNING'],
|
||||||
|
@ -39,7 +39,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
my @conditions = (
|
my @conditions = (
|
||||||
['^(Not Ready|Testing)$' => 'WARNING'],
|
['^(Not Ready|Testing|Unknown)$' => 'WARNING'],
|
||||||
['^(?!(Present|Valid)$)' => 'CRITICAL'],
|
['^(?!(Present|Valid)$)' => 'CRITICAL'],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user