diff --git a/AppImage/scripts/health_persistence.py b/AppImage/scripts/health_persistence.py index 1c507301..de836cfb 100644 --- a/AppImage/scripts/health_persistence.py +++ b/AppImage/scripts/health_persistence.py @@ -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): diff --git a/AppImage/scripts/notification_templates.py b/AppImage/scripts/notification_templates.py index 382534c4..16777853 100644 --- a/AppImage/scripts/notification_templates.py +++ b/AppImage/scripts/notification_templates.py @@ -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 diff --git a/AppImage/scripts/startup_grace.py b/AppImage/scripts/startup_grace.py index 33a92df8..379ec749 100644 --- a/AppImage/scripts/startup_grace.py +++ b/AppImage/scripts/startup_grace.py @@ -54,7 +54,7 @@ STARTUP_GRACE_CATEGORIES: Set[str] = { } -# ─── Singleton State ───────────────────────────────────────────────────────── +# ─── Singleton State ───────────────────────────────────────��───────────────── class _StartupGraceState: """