help(iplabel::ekara): improve help on scenario mode (#5430)

Refs: CTOR-1387
This commit is contained in:
Lucie Dubrunfaut 2025-02-06 10:46:08 +01:00 committed by GitHub
parent 5751ee1bfd
commit 3469fc328d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,10 +231,14 @@ this value according to the highest check frequency in the scenario.
Filter by scenario type. Filter by scenario type.
Can be: 'WEB', 'HTTPR', 'BROWSER PAGE LOAD' 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> =item B<--warning-scenario-status>
Warning threshold for scenario status (default: '%{status} !~ "Success"'). Warning threshold for scenario status (default: C<%{status} !~ /(Aborted|Stopped|Excluded|Degraded)/>).
Syntax: --warning-scenario-status='%{status} =~ "xxx"' Syntax: C<--warning-scenario-status='%{status} =~ "xxx"'>
=item B<--critical-scenario-status> =item B<--critical-scenario-status>