Question

problem connection for central connector

  • 4 April 2024
  • 3 replies
  • 35 views

Badge +2

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


3 replies

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

Badge +2

thanks

Userlevel 5
Badge +11

Hi @rezgui, If you test the suggested solution and it works, please remember to mark it as BEST ANSWER. This will help other people with the same problem to find the solution easily! Thank you 

Reply