From 9bfc5f5ee4f76eb26b0c9614c4a328e9bb55656a Mon Sep 17 00:00:00 2001 From: lchrdn <89968908+lchrdn@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:26:07 +0100 Subject: [PATCH] fix help in aks allocatable-resources mode (#3364) --- cloud/azure/compute/aks/mode/allocatableresources.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/azure/compute/aks/mode/allocatableresources.pm b/cloud/azure/compute/aks/mode/allocatableresources.pm index bd9ba8031..bff601ba1 100644 --- a/cloud/azure/compute/aks/mode/allocatableresources.pm +++ b/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: