Skip to main content
Question

Dell ME4 check disk groups

  • 19 June 2024
  • 1 reply
  • 42 views

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.

1 reply

Userlevel 1
Badge +2

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

Reply