[Check_mk (English)] Slave conection error

Hi,

I write because I have a problem with the configuration of my slaves, I have some slaves working fine in my master configuration, running in plain text, but as you know when you create the configuration in the distributed monitoring in wato, you can see two sections, the status of the slave ( online) and you must log in with the username and password of your instance slave.

In one of my slaves I can see the status as online, but when I try to log in I got a red error:


Internal error: HTTPConnectionPool(host=‘IP of my slave’, port=80): Max retries exceeded with url: /Instance name/check_mk/login.py (Caused by NewConnectionError: Failed to establish a new connection: [Errno 111] Connection refused’,))


Can some one please help me with this?
Thank you. :slightly_smiling_face:

Hi,

your error message shows port=80 but the Web Interface running by default 5000. If this is a second instance, it will be 5001. Did you try to reload you system apache by “systemctl restart https” ?

Cheers,
Christian

Hi @ChristianM,

Thanks for your answer, yes I try with “systemctl restart httpd.service” and apache http server works fine, but as you mention, I can see in the state that this service is listening on port 80, Do you know how can I change this or what can I do in this case?

Best Regards

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.