+ fix fluidfs ad component OK states
Ref https://github.com/centreon/centreon-plugins/issues/664
This commit is contained in:
parent
59129b988a
commit
0b417b72b7
|
@ -34,7 +34,7 @@ sub set_system {
|
|||
|
||||
$self->{thresholds} = {
|
||||
ad => [
|
||||
['Yes', 'OK'],
|
||||
['Yes|Optimal', 'OK'],
|
||||
['.*', 'CRITICAL'],
|
||||
],
|
||||
extservers => [
|
||||
|
@ -104,4 +104,4 @@ Example: --threshold-overload='overall,WARNING,^(?!(optimal))'
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue