mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix(cloud::azure::storage::storagesync): fixed recalls mode by removing deprecated StorageSyncRecallIOTotalSizeBytes metric (#5559)
Co-authored-by: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Refs: CTOR-1614
This commit is contained in:
parent
43b338ad1d
commit
1613e1e588
@ -144,6 +144,10 @@ Set resource name or ID (required).
|
||||
|
||||
Set resource group (required if resource's name is used).
|
||||
|
||||
=item B<--filter-metric>
|
||||
|
||||
Filter on specific metrics. The Azure format must be used (can be a regexp).
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
Warning threshold where '*' can be:
|
||||
|
@ -53,14 +53,6 @@ sub get_metrics_mapping {
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
},
|
||||
'storagesyncrecalliototalsizebytes' => {
|
||||
'output' => 'Cloud tiering recall',
|
||||
'label' => 'total-recalls-size',
|
||||
'nlabel' => 'storagesync.recalls.total.size.bytes',
|
||||
'unit' => 'B',
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
},
|
||||
'storagesyncrecallthroughputbytespersecond' => {
|
||||
'output' => 'Cloud tiering recall throughput',
|
||||
'label' => 'throughput-recalls-size',
|
||||
@ -160,6 +152,10 @@ Set resource name or ID (required).
|
||||
|
||||
Set resource group (required if resource's name is used).
|
||||
|
||||
=item B<--filter-metric>
|
||||
|
||||
Filter on specific metrics. The Azure format must be used (can be a regexp).
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
Warning threshold where '*' can be:
|
||||
|
@ -128,6 +128,10 @@ Set resource name or ID (required).
|
||||
|
||||
Set resource group (required if resource's name is used).
|
||||
|
||||
=item B<--filter-metric>
|
||||
|
||||
Filter on specific metrics. The Azure format must be used (can be a regexp).
|
||||
|
||||
=item B<--warning-heartbeat>
|
||||
|
||||
Warning threshold.
|
||||
|
Loading…
x
Reference in New Issue
Block a user