From 8efad0c37f480d2c2fd0b9ed32ddf3f5c011c63b Mon Sep 17 00:00:00 2001 From: Gorden Date: Sat, 24 Sep 2022 06:25:02 +0200 Subject: [PATCH] daily autocommit --- cmk-update-agent.state | 2 +- resolv.conf | 1 + unbound/unbound.conf.d/resolvconf_resolvers.conf | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cmk-update-agent.state b/cmk-update-agent.state index d11503cc..f097fc5d 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': '503 Server Error: Service Unavailable for url: http://192.168.0.99/realm/check_mk/deploy_agent.py', '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': "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} diff --git a/resolv.conf b/resolv.conf index 50e95a20..b0c1b371 100644 --- a/resolv.conf +++ b/resolv.conf @@ -2,3 +2,4 @@ domain realm.local nameserver 192.168.0.5 nameserver 192.168.0.1 +nameserver 192.168.0.28 diff --git a/unbound/unbound.conf.d/resolvconf_resolvers.conf b/unbound/unbound.conf.d/resolvconf_resolvers.conf index a3864ee5..e2375e62 100644 --- a/unbound/unbound.conf.d/resolvconf_resolvers.conf +++ b/unbound/unbound.conf.d/resolvconf_resolvers.conf @@ -2,10 +2,11 @@ forward-zone: name: "realm.local" - forward-addr: 192.168.0.28 + forward-addr: 192.168.0.5 forward-addr: 192.168.0.1 forward-zone: name: "." - forward-addr: 192.168.0.28 + forward-addr: 192.168.0.5 forward-addr: 192.168.0.1 + forward-addr: 192.168.0.28