Hello,
I need to check the disk groups of a dell me4 storage. I am using centreon_dell_me4_restapi.pl but it seems that we can not check the disk groups this way.
How can I chek this ?
Thank you.
Hello,
I need to check the disk groups of a dell me4 storage. I am using centreon_dell_me4_restapi.pl but it seems that we can not check the disk groups this way.
How can I chek this ?
Thank you.
Hello
I also use centreon_dell_me4_restapi.pl to check dell ME4 & ME5 storage:
I have this as Command :
$CENTREONPLUGINS$/centreon_dell_me4_restapi.pl
--hostname=$HOSTADDRESS$
--port='443'
--proto='https'
--http-backend=curl
--curl-opt="CURLOPT_SSL_VERIFYPEER => 0"
--curl-opt="CURLOPT_SSL_VERIFYHOST => 0"
--api-username=$ARG1$
--api-password=$ARG2$
--mode=$ARG3$
$ARG4$
I have create a readonly user on the ME.
For exemple in $ARG4$ I use :
--filter-name=controller_A
--filter-perfdata='cache.write.usage.percentage'
--digest-sha256
Pierre
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.