We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34396de commit cb4f3edCopy full SHA for cb4f3ed
src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm
@@ -231,9 +231,13 @@ this value according to the highest check frequency in the scenario.
231
Filter by scenario type.
232
Can be: 'WEB', 'HTTPR', 'BROWSER PAGE LOAD'
233
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
+
238
=item B<--warning-scenario-status>
239
-Warning threshold for scenario status (default: '%{status} !~ "Success"').
240
+Warning threshold for scenario status (default: '%{status} !~ /(Aborted|Stopped|Excluded|Degraded)/').
241
Syntax: --warning-scenario-status='%{status} =~ "xxx"'
242
243
=item B<--critical-scenario-status>
0 commit comments