Update notification service

This commit is contained in:
MacRimi
2026-03-28 19:29:16 +01:00
parent 9636614761
commit 264fa4982f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1327,7 +1327,7 @@ class HealthPersistence:
# ────────────────────────────────────────────────────────────────
# Disk Observations API
# ───────────────────────────────────────────────────────────────
# ───────────────────────────────────────────────────────────────
def register_disk(self, device_name: str, serial: Optional[str] = None,
model: Optional[str] = None, size_bytes: Optional[int] = None):
+2 -2
View File
@@ -658,7 +658,7 @@ TEMPLATES = {
'default_enabled': True,
},
# ── Network events ─
# ── Network events ─
'network_down': {
'title': '{hostname}: Network connectivity lost',
'body': 'The node has lost network connectivity.\nReason: {reason}',
@@ -1454,7 +1454,7 @@ TITLE: ✅success ❌failed 💥crash 🆘critical 📦updates 🆕pve-update
🚀 = something STARTS (VM/CT start, backup start, server boot, task begin)
Combine: 💾🚀backup-start 🖥️🚀system-boot 🚀VM/CT-start
BODY: 🏷️VM/CT name ✔️ok ❌error 💽size total ⏱️duration 🗄️storage 📊summary
BODY: 🏷️VM/CT name ✔️ok ❌error 💽size 💾total ⏱️duration 🗄️storage 📊summary
📦updates 🔒security 🔄proxmox ⚙️kernel 🗂️packages 💿disk 📝reason
🌐IP 👤user 🌡️temp 🔥CPU 💧RAM 🎯target 🔹current 🟢new 📌item
+1 -1
View File
@@ -54,7 +54,7 @@ STARTUP_GRACE_CATEGORIES: Set[str] = {
}
# ─── Singleton State ────────────────────────────────────────────────────────
# ─── Singleton State ────────────────────────────────────────────────────────
class _StartupGraceState:
"""