Skip to content

Commit

Permalink
enh help
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Feb 6, 2025
1 parent 34396de commit cb4f3ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,13 @@ 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: '%{status} !~ /(Unknown|No execution)/').
Syntax: --unknown-scenario-status='%{status} =~ "xxx"'
=item B<--warning-scenario-status>
Warning threshold for scenario status (default: '%{status} !~ "Success"').
Warning threshold for scenario status (default: '%{status} !~ /(Aborted|Stopped|Excluded|Degraded)/').
Syntax: --warning-scenario-status='%{status} =~ "xxx"'
=item B<--critical-scenario-status>
Expand Down

0 comments on commit cb4f3ed

Please sign in to comment.