diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-20 23:41:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-20 23:54:06 +0200 |
| commit | a7f19fc3b000f216174b5e5a38d889024f071cdd (patch) | |
| tree | a883dfec1fb45c48033f0ebbad925bd107641ee1 | |
| parent | 07b3641672d7b19ed47ba5b0a40487ba3dad99ad (diff) | |
Update
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 509b371..6d4ecf1 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -38,7 +38,7 @@ <% 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", "40,20%", "-c", "80,30%"], + "Args": ["-H", "<%= $wg0_ips->{$host}->{$proto} %>", "-<%= $proto %>", "-w", "100,20%", "-c", "200,30%"], "RandomSpread": 10, "Retries": 5, "RetryInterval": 3 |
