mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
help(iplabel::ekara): improve help on scenario mode (#5430)
Refs: CTOR-1387
This commit is contained in:
parent
5751ee1bfd
commit
3469fc328d
@ -231,10 +231,14 @@ this value according to the highest check frequency in the scenario.
|
||||
Filter by scenario type.
|
||||
Can be: 'WEB', 'HTTPR', 'BROWSER PAGE LOAD'
|
||||
|
||||
=item B<--unknown-scenario-status>
|
||||
Unknown threshold for scenario status (default: C<%{status} !~ /(Unknown|No execution)/>).
|
||||
Syntax: C<--unknown-scenario-status='%{status} =~ "xxx"'>
|
||||
|
||||
=item B<--warning-scenario-status>
|
||||
|
||||
Warning threshold for scenario status (default: '%{status} !~ "Success"').
|
||||
Syntax: --warning-scenario-status='%{status} =~ "xxx"'
|
||||
Warning threshold for scenario status (default: C<%{status} !~ /(Aborted|Stopped|Excluded|Degraded)/>).
|
||||
Syntax: C<--warning-scenario-status='%{status} =~ "xxx"'>
|
||||
|
||||
=item B<--critical-scenario-status>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user