From bdf61ebe4936db603e8103795ad0a6f6806bc180 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 2 Sep 2026 16:26:46 -0500 Subject: [PATCH] fix(kuma): Cloudron monitors under dedicated group; zero IP literals [#435] New "Cloudron" group (id 277); all 55 app monitors moved there (canary-verified). Deleted IP-literal monitor id=8 (dup of DNS-named id=210) and repointed appletv monitor to new DNS name stl-appletv-livingroom.knel.net. Fleet-wide IP literals in Kuma: 0. Sync tool default group updated to 277. Results: https://projects.knownelement.com/issues/435#note-5 --- scripts/kuma-cloudron-sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kuma-cloudron-sync.py b/scripts/kuma-cloudron-sync.py index f32854f..7baaf03 100644 --- a/scripts/kuma-cloudron-sync.py +++ b/scripts/kuma-cloudron-sync.py @@ -30,7 +30,7 @@ from pathlib import Path import socketio HERE = Path(__file__).resolve().parent.parent / "oam" / "kuma" / "cloudron-apps.txt" -DEFAULT_GROUP = 48 +DEFAULT_GROUP = 277 # "Cloudron" group (founder-directed 2026-09-02) def load_apps():