Question

problem connection for central connector

  • 4 April 2024
  • 1 reply
  • 22 views

Badge

hi all,

i delete by error the central poller .but after i add it is not running.

i have connection time refused to 127.0.0.1:5569

with netstat i have only this line

 

tcp6       0      0 127.0.0.1:50976         :::*                    LISTEN      4297/centengine
 

all services are running.

have you an idea how activate the port 5569 for localhost.

 

Best Regards


1 reply

Userlevel 5
Badge +11

Hello,

The port you’re talking about is the broker port, and it’s (by default) 5669, not 5569

Make sure the configuration on broker conf for broker master AND broker module are correctly configured, like this

For broker master

 

For broker module

 

Then export configuration, and restart cbd service and centengine service on central

And check with netstat if Central server listen on port 5669

 

BTW, you can find the broker configurations here

 

Hope it helps

Reply