Update src/apps/exense/step/restapi/mode/plans.pm

Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
qgarnier 2025-03-10 17:20:39 +01:00 committed by omercier
parent 6138d9478c
commit 00e31ab30c

View File

@ -461,11 +461,46 @@ You can use the following variables: %{status}, %{planName}
Set critical threshold for last plan execution status.
You can use the following variables: %{status}, %{planName}
=item B<--warning-*> B<--critical-*>
=item B<--warning-plans-detected>
Thresholds.
Can be: 'plans-detected', 'plans-executions-detected', 'plan-executions-failed-prct',
'plan-execution-last', 'plan-running-duration'.
=item B<--critical-plans-detected>
Thresholds.
=item B<--warning-plans-executions-detected>
Thresholds.
=item B<--critical-plans-executions-detected>
Thresholds.
=item B<--warning-plan-executions-failed-prct>
Thresholds.
=item B<--critical-plan-executions-failed-prct>
Thresholds.
=item B<--warning-plan-execution-last>
Thresholds.
=item B<--critical-plan-execution-last>
Thresholds.
=item B<--warning-plan-running-duration>
Thresholds.
=item B<--critical-plan-running-duration>
Thresholds.
=back