I don't know why but the connection port was 5671.. I changed it back to 5669 and rebooted.
Since then I no longer have any errors in central-broker-master.log but errors have appeared in central-moduke-master.log :
>2024-04-10T12:11:53.837+00:00] processing] error] failover central-module-master-output: global error: bind: Address already in use system:98 at /root/.conan/data/boost/1.82.0/_/_/package/8b7ad828a7d2effe0015f07893e6026d9a742b53/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind']
I attach broker configuration :
central-broker-master :
central module master :
central rrd master :
HELP ! :)
Hello
In your central module master Output, you need to put in the Host to connect to field the value localhost. Then Export config on Central and restart centengine
central module master is the “poller” part of the Central, and you need to put the address of the broker master where it will send it’s monitoring data
In the case central module master, it’s on the same server, so you put localhost
If you leave the field empty, it will try to listen on the port 5669, but the central-broker-master input already listen on that port, wich explain the error you get on the logs