diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-27 18:16:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-27 18:16:29 +0200 |
| commit | cfc370d5ec490113ac0cedd9605f0598b30d2404 (patch) | |
| tree | 1ebcb3532df5f30c8f7098751ecfa986ec8d0399 /frontends | |
| parent | 1bcfee2e3ed66bea3bdad05f1f0dc0a79d90aac4 (diff) | |
gogios: enable 1h minimum notification interval
Set MinNotifyIntervalS to 3600 (1 hour) to batch email notifications.
Gogios will only send emails when both the interval has elapsed AND
there's been a state change. HTML reports continue updating on every run.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 250c28c..75cd6f5 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -4,6 +4,7 @@ "EmailFrom": "gogios@mx.buetow.org", "CheckTimeoutS": 10, "CheckConcurrency": 3, + "MinNotifyIntervalS": 3600, "StateDir": "/var/run/gogios", "HTMLStatusFile": "/var/www/htdocs/buetow.org/self/gogios/index.html", "PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"], |
