Skip to content

Commit cb4f3ed

Browse files
Lucie DubrunfautLucie Dubrunfaut
Lucie Dubrunfaut
authored and
Lucie Dubrunfaut
committed
enh help
1 parent 34396de commit cb4f3ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,13 @@ this value according to the highest check frequency in the scenario.
231231
Filter by scenario type.
232232
Can be: 'WEB', 'HTTPR', 'BROWSER PAGE LOAD'
233233
234+
=item B<--unknown-scenario-status>
235+
Unknown threshold for scenario status (default: '%{status} !~ /(Unknown|No execution)/').
236+
Syntax: --unknown-scenario-status='%{status} =~ "xxx"'
237+
234238
=item B<--warning-scenario-status>
235239
236-
Warning threshold for scenario status (default: '%{status} !~ "Success"').
240+
Warning threshold for scenario status (default: '%{status} !~ /(Aborted|Stopped|Excluded|Degraded)/').
237241
Syntax: --warning-scenario-status='%{status} =~ "xxx"'
238242
239243
=item B<--critical-scenario-status>

0 commit comments

Comments
 (0)