diff --git a/cmk-update-agent.state b/cmk-update-agent.state index f05fe898..d11503cc 100644 --- a/cmk-update-agent.state +++ b/cmk-update-agent.state @@ -1 +1 @@ -{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1663570458.2998488, 'installed_aghash': 'd1196e9d332a44c7', 'last_update': 1658995350.6910498, 'last_error': "HTTPConnectionPool(host='192.168.0.99', port=80): Max retries exceeded with url: /realm/check_mk (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host'))", 'pending_hash': None} +{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1663570458.2998488, 'installed_aghash': 'd1196e9d332a44c7', 'last_update': 1658995350.6910498, 'last_error': '503 Server Error: Service Unavailable for url: http://192.168.0.99/realm/check_mk/deploy_agent.py', 'pending_hash': None} diff --git a/dhcpcd.conf b/dhcpcd.conf index f5724d39..0ffc00f1 100644 --- a/dhcpcd.conf +++ b/dhcpcd.conf @@ -50,7 +50,7 @@ slaac private interface wlan0 static ip_address=192.168.0.123/24 static routers=192.168.0.1 -static domain_name_servers=192.168.0.28 192.168.0.1 +static domain_name_servers=192.168.0.5 192.168.0.1 # It is possible to fall back to a static IP if DHCP fails: # define static profile diff --git a/resolv.conf b/resolv.conf index 2cc6dead..50e95a20 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,4 +1,4 @@ # Generated by resolvconf domain realm.local -nameserver 192.168.0.28 +nameserver 192.168.0.5 nameserver 192.168.0.1