Hello,
I am developing a plugin to retrieve the information provided by openitCockpit.
I started with a plugin allowing me to retrieve the load percentage of each processor.
From the command line, it works correctly but from the web interface, I get an error (Execute command failed).
When I copy the command from the interface to the terminal, it works, so the command is good.
I added the plugin path (/usr/lib/nagios/plugins/centreon-plugins/src) to the white list in the file
/etc/centreon-gorgone/config.d/whitelist.conf.d/custom.yaml as follows:
- ^/usr/lib/nagios/plugins/centreon-plugins/src/.*$
I can't find anything in the logs and I don't know what else to do to make it work.
Centreon is running on a Debian Bullseye and is on version 24.04.4



