Hello,
Could it be possible to indicate several endpoints in the configuration of CMA ? As we plan to migrate from SNMP to the agent for our Linux servers, it would mean that for each server we have to indicate the right poller to which the host is affected, which complicates our task. Besides, it can causes issues if the host is moved to another poller.
In the current state, we plan to use the reverse connection, where the poller initiate the connection to the agent, but even so, we have to configure each host in the agent configuration on Centreon. Using the API, we do not have simple way to add hosts, using the PUT method writes on the whole configuration. Meaning that we have to indicate every host in the API request when we want to add a host. And we have to indicate the ID of the host, simply indicating its name is not enough.
Even if we can use the default connection (agent → poller), we’ll have to use this method for our servers in DMZ.
To summarize, is it possible to add several endpoints in the centagent.json configuration file and have an easier way to add hosts in the reverse connection type configuration for CMA ?
Thank you in advance.