bundles/backup-client: add monitoring for backups

This commit is contained in:
Franzi 2021-01-01 13:59:42 +01:00
parent ed325848ab
commit 48fc341137
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 45 additions and 0 deletions

View file

@ -20,4 +20,13 @@ def cron(metadata):
(node.magic_number % 60),
),
},
'icinga2_api': {
'backup-client': {
'services': {
'BACKUP LAST RUN': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_backup_last_run',
},
},
},
},
}