From cfc370d5ec490113ac0cedd9605f0598b30d2404 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2026 18:16:29 +0200 Subject: 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 --- frontends/etc/gogios.json.tpl | 1 + 1 file changed, 1 insertion(+) 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"], -- cgit v1.2.3