mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ fix fluidfs ad component OK states
Ref https://github.com/centreon/centreon-plugins/issues/664
This commit is contained in:
parent
65c7794df7
commit
2a9371f729
@ -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…
x
Reference in New Issue
Block a user