Hello everyone,
I’m facing an issue when trying to register a Centreon poller on a Raspberry Pi 4, connected to my Centreon server hosted on a remote VM managed by a third party.
I followed the official documentation and installed the necessary packages on the Raspberry Pi. When I run the following command on the poller:
bash /usr/share/centreon/bin/registerServerTopology.sh -u <API_ACCOUNT> -t poller -h <CENTREON_SERVER_IP> -n <POLLER_NAME>
I consistently get the error:
“error no parent platform was found for”
I checked the Centreon database (platform_topology
table) and the central platform is present with parent_id = NULL
.
The poller and the Centreon server are not on the same local network.
If anyone has encountered this issue or has suggestions, I would appreciate the help!
Thanks in advance.