summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-18 16:42:30 +0200
committerPaul Buetow <paul@buetow.org>2026-01-18 16:42:30 +0200
commitf400a656ceeb0c08428745bd59e5ad30edba6ff9 (patch)
tree335fe8f96016394164ddb3e379c7970287cbcc09 /frontends/etc
parent535711aa372648fc81d3e8f01ad2b5c12561cb95 (diff)
fix alerts
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/gogios.json.tpl2
-rw-r--r--frontends/etc/httpd.conf.tpl3
2 files changed, 2 insertions, 3 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 8e4bcdb..03b4cab 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -23,7 +23,7 @@
<% for my $proto (4, 6) { -%>
"Check Ping<%= $proto %> <%= $host %>.wg0.wan.buetow.org": {
"Plugin": "<%= $plugin_dir %>/check_ping",
- "Args": ["-H", "<%= $host %>.wg0.wan.buetow.org", "-<%= $proto %>", "-w", "100,20%", "-c", "200,30%"],
+ "Args": ["-H", "<%= $wg0_ips->{$host}->{$proto} %>", "-<%= $proto %>", "-w", "40,20%", "-c", "80,30%"],
"RandomSpread": 10,
"Retries": 5,
"RetryInterval": 3
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index 6f0c51a..6a313ae 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -94,13 +94,12 @@ server "<%= $prefix %>paul.buetow.org" {
}
<% } -%>
-# Redirect to gitub.dtail.dev
<% for my $prefix (@prefixes) { -%>
server "<%= $prefix %>dtail.dev" {
listen on * port 8080
log style forwarded
location * {
- block return 302 "https://github.dtail.dev$REQUEST_URI"
+ block return 302 "https://codeberg.org/snonux/dtail"
}
}
<% } -%>