Update notification service

This commit is contained in:
MacRimi
2026-02-21 20:33:22 +01:00
parent ec21050fad
commit 0d854ae42b
2 changed files with 86 additions and 24 deletions

View File

@@ -363,6 +363,14 @@ TEMPLATES = {
'default_enabled': True,
},
# ── PVE webhook test ──
'webhook_test': {
'title': '{hostname}: Webhook test received',
'body': 'PVE webhook connectivity test successful.\n{reason}',
'group': 'system',
'default_enabled': True,
},
# ── Burst aggregation summaries ──
'burst_auth_fail': {
'title': '{hostname}: {count} auth failures in {window}',