update 1.2.4.1

This commit is contained in:
MacRimi
2026-07-29 00:15:39 +02:00
parent ebd41b8a46
commit 37189ed67e
13 changed files with 446 additions and 7 deletions
+2
View File
@@ -2772,6 +2772,8 @@ class PollingCollector:
if category == 'storage':
if error_key.startswith('lxc_disk_'):
event_type = 'lxc_disk_low'
elif error_key.startswith('vm_disk_'):
event_type = 'vm_disk_low'
elif error_key.startswith('lxc_mount_'):
event_type = 'lxc_mount_low'
elif error_key.startswith('pve_storage_full_'):