mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +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'],
|
['^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'],
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -76,4 +76,4 @@ sub check {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user