2.0.0p7 (CEE) Distributed Monitoring Login into site ERROR Max retries exceeded with url

Hallo zusammen,

beim versuch eine weitere side welche auf einen anderen server läuft einzubinden bekam ich beim initialen anmelden auf der remote side folgenden fehler. der fehler wird ausgelöst duch eine nicht korrekte url bei URL of remote site also https stadt http. vieleicht wäre eine sprechende Fehlermeldung praktisch.

Internal error: HTTPSConnectionPool(host=‘172.17.5.86’, port=443): Max retries exceeded with url: /netmon02/check_mk/login.py (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fd77139a610>: Failed to establish a new connection: [Errno 111] Connection refused’))
Traceback (most recent call last):
File “/omd/sites/netmon01/lib/python3/urllib3/connection.py”, line 159, in _new_conn
conn = connection.create_connection(
File “/omd/sites/netmon01/lib/python3/urllib3/util/connection.py”, line 84, in create_connection
raise err
File “/omd/sites/netmon01/lib/python3/urllib3/util/connection.py”, line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/netmon01/lib/python3/urllib3/connectionpool.py”, line 670, in urlopen
httplib_response = self._make_request(
File “/omd/sites/netmon01/lib/python3/urllib3/connectionpool.py”, line 381, in _make_request
self._validate_conn(conn)
File “/omd/sites/netmon01/lib/python3/urllib3/connectionpool.py”, line 978, in _validate_conn
conn.connect()
File “/omd/sites/netmon01/lib/python3/urllib3/connection.py”, line 309, in connect
conn = self._new_conn()
File “/omd/sites/netmon01/lib/python3/urllib3/connection.py”, line 171, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fd77139a610>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/netmon01/lib/python3/requests/adapters.py”, line 439, in send
resp = conn.urlopen(
File “/omd/sites/netmon01/lib/python3/urllib3/connectionpool.py”, line 726, in urlopen
retries = retries.increment(
File “/omd/sites/netmon01/lib/python3/urllib3/util/retry.py”, line 439, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘172.17.5.86’, port=443): Max retries exceeded with url: /netmon02/check_mk/login.py (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fd77139a610>: Failed to establish a new connection: [Errno 111] Connection refused’))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/netmon01/lib/python3/cmk/gui/wato/pages/sites.py”, line 601, in _action_login
secret = watolib.do_site_login(login_id, name, passwd)
File “/omd/sites/netmon01/lib/python3/cmk/gui/watolib/automations.py”, line 364, in do_site_login
response = get_url(url, site.get(‘insecure’, False), auth=(name, password),
File “/omd/sites/netmon01/lib/python3/cmk/gui/watolib/automations.py”, line 337, in get_url
return get_url_raw(url, insecure, auth, data, files, timeout).text
File “/omd/sites/netmon01/lib/python3/cmk/gui/watolib/automations.py”, line 309, in get_url_raw
response = requests.post(
File “/omd/sites/netmon01/lib/python3/requests/api.py”, line 116, in post
return request(‘post’, url, data=data, json=json, **kwargs)
File “/omd/sites/netmon01/lib/python3/requests/api.py”, line 60, in request
return session.request(method=method, url=url, **kwargs)
File “/omd/sites/netmon01/lib/python3/requests/sessions.py”, line 533, in request
resp = self.send(prep, **send_kwargs)
File “/omd/sites/netmon01/lib/python3/requests/sessions.py”, line 646, in send
r = adapter.send(request, **kwargs)
File “/omd/sites/netmon01/lib/python3/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘172.17.5.86’, port=443): Max retries exceeded with url: /netmon02/check_mk/login.py (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fd77139a610>: Failed to establish a new connection: [Errno 111] Connection refused’))

Hi Daniel
ich kann dir nicht ganz folgen… gehst du nach der Anleitung hier vor? Verteiltes Monitoring - Checkmk skalieren und verteilen

Viele Grüße