Hi everyone,
I installed a poller on a Raspberry Pi 4. The Centreon central server is hosted on a VM (so they are not on the same local network).
After creating the poller, I ran the following command:
bash /usr/share/centreon/bin/registerServerTopology.sh -u <API_USER> -t poller -h <CENTRAL_IP> -n <POLLER_NAME>
The poller appears in the Centreon interface. I selected it, copied the configuration provided by the interface, applied it to the Raspberry Pi, then restarted Gorgone on both sides. I also exported the configuration from Centreon.
But the poller still doesn't run.
In the Gorgone logs, I see the following message:ERROR - [proxy] Send message problem for '8':
Do you think this could be the issue?
Thanks in advance for any help.