summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 15:35:18 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 15:35:18 +0300
commit6c80e29f6247e13cac9f50a71c8eaa5bd06e126a (patch)
tree095e6a9e68cff81dca12f9756c94e4601e64e7b7 /frontends/etc
parent5dd1f29c78166c6c3e066d84fb3083a81046e399 (diff)
h0: document PI phase 3.2 role split
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/gogios.json.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index bfe4c10..1f68a94 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -80,6 +80,25 @@
"DependsOn": ["Check Ping4 <%= $host %>.buetow.org", "Check Ping6 <%= $host %>.buetow.org"]
},
<% } -%>
+ <% for my $host (qw(pi0 pi1)) { -%>
+ "Check HTTP <%= $host %>.lan.buetow.org": {
+ "Plugin": "<%= $plugin_dir %>/check_http",
+ "RandomSpread": 10,
+ "Args": ["<%= $host %>.lan.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';