mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
fix(cloud::azure::storage::storagesync): fixed thresholds options help (#5577)
This commit is contained in:
parent
17b22d20f5
commit
51df89411c
@ -156,17 +156,37 @@ Set resource group (required if resource's name is used).
|
||||
|
||||
Filter on specific metrics. The Azure format must be used (can be a regexp).
|
||||
|
||||
=item B<--warning-*>
|
||||
=item B<--warning-application-recalls-size>
|
||||
|
||||
Warning threshold where '*' can be:
|
||||
'successful-recalls', 'application-recalls-size',
|
||||
'recalls-size', 'total-recalls-size', 'throughput-recalls-size'.
|
||||
Threshold.
|
||||
|
||||
=item B<--critical-*>
|
||||
=item B<--critical-application-recalls-size>
|
||||
|
||||
Critical threshold where '*' can be:
|
||||
'successful-recalls', 'application-recalls-size', 'recalls-size',
|
||||
'total-recalls-size', 'throughput-recalls-size'.
|
||||
Threshold.
|
||||
|
||||
=item B<--warning-recalls-size>
|
||||
|
||||
Threshold.
|
||||
|
||||
=item B<--critical-recalls-size>
|
||||
|
||||
Threshold.
|
||||
|
||||
=item B<--warning-successful-recalls>
|
||||
|
||||
Threshold.
|
||||
|
||||
=item B<--critical-successful-recalls>
|
||||
|
||||
Threshold.
|
||||
|
||||
=item B<--warning-throughput-recalls-size>
|
||||
|
||||
Threshold.
|
||||
|
||||
=item B<--critical-throughput-recalls-size>
|
||||
|
||||
Threshold.
|
||||
|
||||
=back
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user