mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
help(muleosft): wrong threshold syntax (#3139)
This commit is contained in:
parent
5aedfeb8ea
commit
04e64cdcbf
@ -175,7 +175,7 @@ Typical syntax: --warning-status='%{status} ne "STARTED"'
|
|||||||
|
|
||||||
Set warning threshold for status (Default: '').
|
Set warning threshold for status (Default: '').
|
||||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||||
Typical syntax: --critical-status='%{status} ~= m/FAILED/'
|
Typical syntax: --critical-status='%{status} =~ m/FAILED/'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ Typical syntax: --warning-status='%{status} ne "RUNNING"'
|
|||||||
|
|
||||||
Set warning threshold for status (Default: '').
|
Set warning threshold for status (Default: '').
|
||||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||||
Typical syntax: --critical-status='%{status} ~= m/DISCONNECTED/'
|
Typical syntax: --critical-status='%{status} =~ m/DISCONNECTED/'
|
||||||
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
@ -169,7 +169,7 @@ Typical syntax: --warning-status='%{status} ne "RUNNING"'
|
|||||||
|
|
||||||
Set warning threshold for status (Default: '').
|
Set warning threshold for status (Default: '').
|
||||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||||
Typical syntax: --critical-status='%{status} ~= m/DISCONNECTED/'
|
Typical syntax: --critical-status='%{status} =~ m/DISCONNECTED/'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user