summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 23:05:27 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 23:05:27 +0300
commit6f2e2f4eef379d4af960a1bd7ae6f4bfbb2401ef (patch)
tree43ceca19f68a228911a36e8a1b63cce71bf8991b /frontends/etc
parentc952579d1303558685c61cec1b688716f383bfd0 (diff)
fix
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/gogios.json.tpl13
1 files changed, 1 insertions, 12 deletions
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';