Merge pull request #665 from Sims24/fix-fluidfs

Fix fluidfs ad component state
This commit is contained in:
qgarnier 2017-05-11 22:36:20 +02:00 committed by GitHub
commit 95a40b4808

View File

@ -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