summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-22 18:11:43 +0200
committerPaul Buetow <paul@buetow.org>2026-01-22 18:11:43 +0200
commitc0e3fc7492de0e3691d49bf0a890a5d1225b46f6 (patch)
treec95e04ef42e1968a4153025d1b4bdbc2b26ece93
parent6766d74f62bc20a54b0555d17b5dc8d4e155edbb (diff)
Update
-rw-r--r--frontends/etc/gogios.json.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 3e64d53..250c28c 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -20,23 +20,23 @@
},
<% } -%>
<% } -%>
- <% for my $host (qw(blowfish fishfinger f0 f1 f2 r0 r1 r2)) { -%>
+ <% for my $host (qw(blowfish fishfinger)) { -%>
<% 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,10%", "-c", "200,15%"],
- "OnlyIfNotExists": "/tmp/f3s_taken_down",
+ "Args": ["-H", "<%= $wg0_ips->{$host}->{$proto} %>", "-<%= $proto %>", "-w", "100,20%", "-c", "200,30%"],
"RandomSpread": 10,
- "Retries": 3,
+ "Retries": 5,
"RetryInterval": 3
},
<% } -%>
<% } -%>
- <% for my $host (qw(blowfish fishfinger f0 f1 f2 r0 r1 r2)) { -%>
+ <% for my $host (qw(f0 f1 f2 r0 r1 r2)) { -%>
<% for my $proto (4, 6) { -%>
"Check Ping<%= $proto %> <%= $host %>.wg0.wan.buetow.org": {
"Plugin": "<%= $plugin_dir %>/check_ping",
"Args": ["-H", "<%= $wg0_ips->{$host}->{$proto} %>", "-<%= $proto %>", "-w", "100,20%", "-c", "200,30%"],
+ "OnlyIfNotExists": "/tmp/f3s_taken_down",
"RandomSpread": 10,
"Retries": 5,
"RetryInterval": 3