diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-16 08:30:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-16 08:30:29 +0200 |
| commit | 8d55f785e6df35381a971adcc6ee5f8518eaac22 (patch) | |
| tree | b3d3d646fb1c5d247acf4920097e59f181cdcd8c /frontends | |
| parent | 058fa0f831334995bb34a36fd5a0d77e68a9cb80 (diff) | |
Add IPv6 monitoring and fix syntax in gogios config
- Add IPv6 (proto 6) ping monitoring for all WireGuard mesh hosts
- Fix syntax error in protocol list (4 6 -> 4, 6)
- Update AGENTS.md path format to file:// URL
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontends')
| -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 db46385..49221c5 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -20,7 +20,7 @@ <% } -%> <% } -%> <% for my $host (qw(blowfish fishfinger f0 f1 f2 r0 r1 r2)) { -%> - <% for my $proto (4 6) { -%> + <% 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%"], |
