mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ enhancement of status for emc clariion
This commit is contained in:
parent
33849c971d
commit
cb25b64a9c
@ -172,6 +172,7 @@ my @states = (
|
||||
['^empty$' , 'OK'],
|
||||
['^hot spare ready$' , 'OK'],
|
||||
['^powering up$' , 'OK'],
|
||||
['^requested bypass$', 'WARNING'],
|
||||
['^equalizing$' , 'WARNING'],
|
||||
['^formatting$' , 'WARNING'],
|
||||
['^removed$' , 'WARNING'],
|
||||
|
@ -39,7 +39,7 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
my @conditions = (
|
||||
['^(Not Ready|Testing)$' => 'WARNING'],
|
||||
['^(Not Ready|Testing|Unknown)$' => 'WARNING'],
|
||||
['^(?!(Present|Valid)$)' => 'CRITICAL'],
|
||||
);
|
||||
|
||||
@ -76,4 +76,4 @@ sub check {
|
||||
}
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user