Update notification service

This commit is contained in:
MacRimi
2026-03-08 18:15:36 +01:00
parent 8c51957bfa
commit 1ea28d66df
7 changed files with 611 additions and 31 deletions

View File

@@ -559,6 +559,13 @@ TEMPLATES = {
'group': 'storage',
'default_enabled': True,
},
'smart_warning': {
'title': '{hostname}: SMART warning on {device}',
'body': '{device}: {reason}',
'label': 'SMART warning (sectors)',
'group': 'storage',
'default_enabled': True,
},
'storage_unavailable': {
'title': '{hostname}: Storage unavailable - {storage_name}',
'body': 'PVE storage "{storage_name}" ({storage_type}) is not available.\n{reason}',