+ 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} = {
|
$self->{thresholds} = {
|
||||||
ad => [
|
ad => [
|
||||||
['Yes', 'OK'],
|
['Yes|Optimal', 'OK'],
|
||||||
['.*', 'CRITICAL'],
|
['.*', 'CRITICAL'],
|
||||||
],
|
],
|
||||||
extservers => [
|
extservers => [
|
||||||
|
@ -104,4 +104,4 @@ Example: --threshold-overload='overall,WARNING,^(?!(optimal))'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Loading…
Reference in New Issue