centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

Vxrail plugin pack (REST api) #3580

Closed gagzou closed 2 years ago

gagzou commented 2 years ago

Hi,

There is currently no plugin pack for the vxrail hyperconverged solution (dell HCI solution). A plugin on the vcenter allows to have the health status of the whole solution (vxrail manager/vc/esxi/idrac/etc...). 2022_04_06_17_42_04_Window The vcenter queries the appliance that manages the hyperconverged part (vxrail manager) via the GET method on a RESTful API (https://@vxrailmanager/rest/vxm/v1/system and https://@vxrailmanager/rest/vxm/ v1/cluster) with a basic authentication method 2022_04_06_17_51_09_Postman.

I send you the json files by email.

Thanks.

garnier-quentin commented 2 years ago

Could you provide the api documentation ?

gagzou commented 2 years ago

Hi, the API documentation is there : https://developer.dell.com/apis/5538/versions/7.0.350/docs/Introduction.md Thanks.

garnier-quentin commented 2 years ago

You can test with last git version: https://github.com/centreon/centreon-plugins/pull/3797

gagzou commented 2 years ago

Ok thanks ! :+1: