Update notification service

This commit is contained in:
MacRimi
2026-02-20 17:55:05 +01:00
parent d5954a3a32
commit f134fcb528
5 changed files with 222 additions and 40 deletions

View File

@@ -262,7 +262,7 @@ def setup_proxmox_webhook():
"",
f"matcher: {_PVE_MATCHER_ID}",
f"\ttarget {_PVE_ENDPOINT_ID}",
"\tmatch-severity warning,error",
"\tmode all",
]
try:
@@ -315,7 +315,7 @@ def setup_proxmox_webhook():
matcher_block = (
f"matcher: {_PVE_MATCHER_ID}\n"
f"\ttarget {_PVE_ENDPOINT_ID}\n"
f"\tmatch-severity warning,error\n"
f"\tmode all\n"
)
# ── Step 7: Append our blocks to cleaned main config ──