From 059f1f21be6f026181fa7b3cd84bc8deffa1fd47 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Jan 2024 23:21:28 +0200 Subject: cleaning up babylon5 --- frontends/etc/gogios.json.tpl | 25 +--------------------- frontends/var/nsd/zones/master/buetow.org.zone.tpl | 18 ---------------- 2 files changed, 1 insertion(+), 42 deletions(-) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index bb5362b..f577763 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -15,7 +15,7 @@ "DependsOn": ["Check Ping4 <%= $host %>.buetow.org", "Check Ping6 <%= $host %>.buetow.org"] }, <% } -%> - <% for my $host (qw(fishfinger blowfish babylon5)) { %> + <% for my $host (qw(fishfinger blowfish)) { %> "Check Ping4 <%= $host %>.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", "Args": ["-H", "<%= $host %>.buetow.org", "-4", "-w", "100,10%", "-c", "200,15%"], @@ -45,20 +45,6 @@ <% } -%> <% } -%> <% } -%> - <% for my $host (qw(cloud anki bag vault babylon5)) { -%> - "Check TLS Certificate <%= $host %>.buetow.org": { - "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["--sni", "-H", "<%= $host %>.buetow.org", "-C", "20" ], - "DependsOn": ["Check Ping4 babylon5.buetow.org"] - }, - <% for my $proto (4, 6) { -%> - "Check HTTP IPv<%= $proto %> <%= $host %>.buetow.org": { - "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["<%= $host %>.buetow.org", "-<%= $proto %>"], - "DependsOn": ["Check Ping<%= $proto %> babylon5.buetow.org"] - }, - <% } -%> - <% } -%> <% for my $host (qw(fishfinger blowfish)) { %> <% for my $proto (4, 6) { -%> "Check Dig <%= $host %>.buetow.org IPv<%= $proto %>": { @@ -78,15 +64,6 @@ }, <% } -%> <% } -%> - <% for my $nrpe_check (qw(load users disk zombie_procs total_procs backup_wallabag backup_vaultwarden backup_nextcloud backup_anki)) { %> - "Check NRPE <%= $nrpe_check %> babylon5.buetow.org": { - "Plugin": "<%= $plugin_dir %>/check_nrpe", - "Args": ["-H", "babylon5.buetow.org", "-c", "check_<%= $nrpe_check %>", "-p", "5666", "-4"], - "DependsOn": ["Check Ping4 babylon5.buetow.org"] - "Retries": 3, - "RetryInterval": 3 - }, - <% } %> "Check Users <%= $hostname %>": { "Plugin": "<%= $plugin_dir %>/check_users", "Args": ["-w", "2", "-c", "3"] diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index dd8692a..9b68ef2 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -56,23 +56,5 @@ vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1 vu 86400 IN CNAME vulcan edge 1800 IN CNAME vulcan -babylon5 86400 IN A 5.75.172.148 -babylon5 86400 IN AAAA 2a01:4f8:1c1c:4be9::1 -babylon5-2 86400 IN A 5.75.172.148 -babylon5-2 86400 IN AAAA 2a01:4f8:1c1c:4be9::2 -babylon5-3 86400 IN A 5.75.172.148 -babylon5-3 86400 IN AAAA 2a01:4f8:1c1c:4be9::3 -babylon5-4 86400 IN A 5.75.172.148 -babylon5-4 86400 IN AAAA 2a01:4f8:1c1c:4be9::4 -babylon5-5 86400 IN A 5.75.172.148 -babylon5-5 86400 IN AAAA 2a01:4f8:1c1c:4be9::5 -babylon5-6 86400 IN A 5.75.172.148 -babylon5-6 86400 IN AAAA 2a01:4f8:1c1c:4be9::6 -cloud 1800 IN CNAME babylon5 -bag 1800 IN CNAME babylon5-2 -anki 1800 IN CNAME babylon5-3 -vault 1800 IN CNAME babylon5-5 -audiobookshelf 1800 IN CNAME babylon5-6 - zapad.sofia 86400 IN CNAME 79-100-3-54.ip.btc-net.bg. www2 1800 IN CNAME snonux.codeberg.page. -- cgit v1.2.3