diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-18 16:42:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-18 16:42:30 +0200 |
| commit | f400a656ceeb0c08428745bd59e5ad30edba6ff9 (patch) | |
| tree | 335fe8f96016394164ddb3e379c7970287cbcc09 /frontends/etc/gogios.json.tpl | |
| parent | 535711aa372648fc81d3e8f01ad2b5c12561cb95 (diff) | |
fix alerts
Diffstat (limited to 'frontends/etc/gogios.json.tpl')
| -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 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 |
