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 273 forks source link

Issue with Dell ME4 Rest API plugin in Centreon #4378

Closed khalidbounoun closed 1 year ago

khalidbounoun commented 1 year ago

I am facing an issue while using the Dell ME4 Rest API plugin in Centreon. The API of the Dell ME4 console provides a self-signed certificate, which I have imported into my Centreon poller using the command "export HTTPS_CA_FILE=path-to-certificate". The checks are working fine when I run them directly from the poller, but they are failing when I try to run them from Centreon web. I am getting the error "UNKNOWN: 500 Can't connect to 10.x.x.x:443".

I have tried the following troubleshooting steps:

Can you please help me resolve this issue?

garnier-quentin commented 1 year ago

Try to use the options: --insecure --http-backend=curl

khalidbounoun commented 1 year ago

It works ! thank you !