bundles/backup-client: don't monitor backups for nodes which have exclude_from_monitoring

This commit is contained in:
Franzi 2024-02-13 14:24:27 +01:00
parent ac7f73588d
commit 297726f297
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 9 additions and 1 deletions

View file

@ -21,6 +21,7 @@ nodes['kunsi-p14s'] = {
'autologin_as': 'kunsi',
},
'backup-client': {
'exclude_from_monitoring': False,
# only alert people if we're missing more than a week of backups
'one_backup_every_hours': 7 * 24,
},