diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 23:10:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 23:10:10 +0200 |
| commit | 6766d74f62bc20a54b0555d17b5dc8d4e155edbb (patch) | |
| tree | c0d4406ab51335afeca6c4186f3b723c889096d3 /frontends | |
| parent | 14079618711da28d5a3dab70cd164878d0eaa148 (diff) | |
mute gogios for a day
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 40eed45..3e64d53 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -7,6 +7,7 @@ "StateDir": "/var/run/gogios", "HTMLStatusFile": "/var/www/htdocs/buetow.org/self/gogios/index.html", "PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"], + "PrometheusOnlyIfNotExists": "/tmp/f3s_taken_down", "Checks": { <% for my $host (qw(master standby)) { -%> <% for my $proto (4, 6) { -%> @@ -24,6 +25,7 @@ "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", "RandomSpread": 10, "Retries": 3, "RetryInterval": 3 |
