Update notification service

This commit is contained in:
MacRimi
2026-02-28 20:22:24 +01:00
parent 6a53b895e5
commit c0a882251d
2 changed files with 98 additions and 3 deletions

View File

@@ -480,7 +480,7 @@ TEMPLATES = {
'default_enabled': True,
},
'disk_io_error': {
'title': '{hostname}: Disk I/O error on /dev/{device}',
'title': '{hostname}: Disk I/O error on {device}',
'body': '{reason}',
'group': 'storage',
'default_enabled': True,