Update memory.pm (#2790)
removal of one extra quote in example (2nd warning-app-memory)
This commit is contained in:
parent
1862e1099d
commit
37bf9b7f7d
|
@ -129,7 +129,7 @@ Using resource id :
|
|||
|
||||
perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=memory --custommode=api
|
||||
--resource='/subscriptions/<subscription_id>/resourceGroups/<resourcegroup_id>/providers/Microsoft.Web/sites/<sites_id>'
|
||||
--aggregation='average' --warning-app-memory='80'' --critical-app-memory='90'
|
||||
--aggregation='average' --warning-app-memory='80' --critical-app-memory='90'
|
||||
|
||||
Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid.
|
||||
|
||||
|
|
Loading…
Reference in New Issue