mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
(plugin) cloud::azure::web::appservice - mode memory remove privatebytes (#4557)
This commit is contained in:
parent
1c07247e6b
commit
2e526c3fdf
@ -44,14 +44,6 @@ sub get_metrics_mapping {
|
|||||||
'unit' => 'B',
|
'unit' => 'B',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => '',
|
'max' => '',
|
||||||
},
|
|
||||||
'privatebytes' => {
|
|
||||||
'output' => 'Private Bytes',
|
|
||||||
'label' => 'app-private-bytes',
|
|
||||||
'nlabel' => 'appservice.memory.privatebytes.usage.bytes',
|
|
||||||
'unit' => 'B',
|
|
||||||
'min' => '0',
|
|
||||||
'max' => '',
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -146,12 +138,12 @@ Set resource group (Required if resource's name is used).
|
|||||||
=item B<--warning-*>
|
=item B<--warning-*>
|
||||||
|
|
||||||
Warning threshold where '*' can be:
|
Warning threshold where '*' can be:
|
||||||
'app-average-memory', 'app-memory', 'app-private-bytes'.
|
'app-average-memory', 'app-memory'.
|
||||||
|
|
||||||
=item B<--critical-*>
|
=item B<--critical-*>
|
||||||
|
|
||||||
Critical threshold where '*' can be:.
|
Critical threshold where '*' can be:.
|
||||||
'app-average-memory', 'app-memory', 'app-private-bytes'.
|
'app-average-memory', 'app-memory'.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user