feat(monitoring): kuma notification tooling; app webhooks replace pushover [#435]

kuma-notifications.py (list/delete/usage). Deleted unused Pushover provider
'KNEL Alerts' per Charles — 211/211 monitors already on the ultix-sidecar +
Ultix-mini app webhooks. fleet-sync creation payload updated to the live
notification IDs.
This commit is contained in:
2026-09-03 11:38:38 -05:00
parent 4c2726b116
commit d237e4a65d
2 changed files with 112 additions and 1 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ def main():
"retryInterval": 60,
"resendInterval": 0,
"maxretries": 2,
"notificationIDList": {"1": True, "2": True},
"notificationIDList": {"2": True, "3": True}, # app webhooks (Pushover retired 2026-09-03)
"upsideDown": False,
"description": "ICMP up/down (kuma-fleet-sync)",
"httpBodyEncoding": "json",