diff --git a/centreon-plugins/cloud/azure/compute/aks/mode/allocatableresources.pm b/centreon-plugins/cloud/azure/compute/aks/mode/allocatableresources.pm index bd9ba8031..bff601ba1 100644 --- a/centreon-plugins/cloud/azure/compute/aks/mode/allocatableresources.pm +++ b/centreon-plugins/cloud/azure/compute/aks/mode/allocatableresources.pm @@ -100,18 +100,18 @@ __END__ =head1 MODE -Check remaining Azure Kubernetes Cluster Allocatable Memory in Bytes. +Check remaining Azure Kubernetes Cluster Allocatable CPU Cores and Memory in Bytes. Example: Using resource name : -perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatablememory --custommode=api +perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatable-resources --custommode=api --resource= --resource-group= --warning-allocatable-memory-bytes=16GB: --critical-allocatable-memory-bytes=8GB: Using resource id : -perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatablememory --custommode=api +perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatable-resources --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' --warning-allocatable-memory-bytes=16GB: --critical-allocatable-memory-bytes=8GB: