apps::monitoring::iplabel::newtest::restapi - mode scenarios - fix options (#4435)

This commit is contained in:
Stéphane Duret 2023-06-02 08:53:38 +02:00 committed by GitHub
parent cda29fb7c4
commit 722bee3236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -291,14 +291,18 @@ Check scenarios.
=over 8
=item B<--filter-node-id>
=item B<--filter-robot-name>
Filter nodes (can be a regexp).
Filter robots (can be a regexp).
=item B<--filter-scenario-name>
Filter scenarios (can be a regexp).
=item B<--warning-*> B<--critical-*>
Thresholds.
Can be: 'ping-received-lasttime' (s).
Can be: 'status-green', 'status-red', 'status-orange', 'status-grey', 'execution-time'.
=back