Hi,
Thanks for your feedback.
Can you indicate :
- which version you are using (central & Poller)
- if you already definied a command whitelist (/etc/centreon-engine-whitelist/my-whitelist.yml)
Thanks
Hi,
Central 25.03.0 (cloud)
Poller 24.04.11

“my-whitelist.yml” contains the following commands

Thanks.
Did you created/edited this whitelist file on Poller, or are there default values ?
Can you provide (here or in private message) the /var/log/centreon-engine/centengine.log including these checks errors ?
I don't remember editing the whitelist file
Please find the log:

Thanks, we identified the issue and are working on a fix.
Hi, could you try this workaround
edit my-whitelist.yml :
whitelist:
regex:
- \/usr\/lib(64)?\/nagios\/plugins\/.*
- \/usr\/lib(64)?\/nagios\/plugins\/.check_.*
- {"check":""^"]*"}
- \$_HOSTCENTREONAGENTPLUGINS\$/centreon_linux_local\.pl.*
- \$\_HOSTCENTREONAGENTPLUGINS\$/centreon_plugins\.exe.*
- `/usr/bin/echo Host alive`
- cmd\.exe\s+/C\s+echo\s+Centreon\s+Agent
Then restart engine
Let me know if this fix the issue
Hello,
Can you try these regex instead:
\/usr\/lib(?:64){,1}\/nagios\/plugins
"C:\/Program Files\/Centreon\/Plugins\/centreon_plugins\.exe".+
^\{\s*"check":".*\}$
Regards
In logs, I see same regexps as before. Have you restarted centengine?
I have also forgotten two cases. So the final I hope:
\/usr\/lib(?:64){,1}\/nagios\/plugins\/.*
"C:\/Program Files\/Centreon\/Plugins\/centreon_plugins\.exe".+
^\{\s*"check":".*\}$
\/usr\/bin\/echo\s+Host\s+alive
cmd\.exe\s+\/C\s+echo\s+Centreon\s+Agent
the file my-whitelist.xml seems not to be taken into consideration

the file my-whitelist.xml seems not to be taken into consideration
could you send me the yml file by email, for more analysis on our side ?
fmattes@centreon.com
thanks
Hello, I have made some mistakes in my previous post, the version I had tried:
whitelist:
regex:
- /usr/lib(?:64){0,1}/nagios/plugins/.*
- \"C:\/Program Files\/Centreon\/Plugins\/centreon_plugins.exe\"\s+.+
- ^\{\s*"check":".*\}$
- \/usr\/bin\/echo\s+Host\s+alive
- cmd\.exe\s+\/C\s+echo\s+Centreon\s+Agent