Update memory.pm (#2790)

removal of one extra quote in example (2nd warning-app-memory)
This commit is contained in:
matoy 2021-05-12 08:09:48 +02:00 committed by GitHub
parent 1862e1099d
commit 37bf9b7f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.