From 6f2e2f4eef379d4af960a1bd7ae6f4bfbb2401ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 10 Apr 2026 23:05:27 +0300 Subject: fix --- frontends/etc/gogios.json.tpl | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'frontends/etc') diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 7661275..122e867 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -83,22 +83,11 @@ <% for my $host (qw(pi0 pi1)) { -%> "Check HTTP <%= $host %>.wg0.wan.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_http", + "OnlyIfNotExists": "/tmp/f3s_taken_down", "RandomSpread": 10, "Args": ["<%= $host %>.wg0.wan.buetow.org", "-4"] }, <% } -%> - <% for my $host (qw(pi2 pi3)) { -%> - "Check HTTP Admin <%= $host %>.lan.buetow.org": { - "Plugin": "<%= $plugin_dir %>/check_http", - "RandomSpread": 10, - "Args": ["<%= $host %>.lan.buetow.org", "-4", "-u", "/admin/"] - }, - "Check DNS <%= $host %>.lan.buetow.org": { - "Plugin": "<%= $plugin_dir %>/check_dig", - "RandomSpread": 10, - "Args": ["-H", "<%= $host %>.lan.buetow.org", "-l", "google.com", "-4"] - }, - <% } -%> <% for my $host (@$acme_hosts) { # Skip server hostnames - they have dedicated checks above without www/standby variants next if $host eq 'blowfish.buetow.org' or $host eq 'fishfinger.buetow.org'; -- cgit v1.2.3