bundles/backup-client: add monitoring for backups
This commit is contained in:
parent
ed325848ab
commit
48fc341137
3 changed files with 45 additions and 0 deletions
|
@ -24,6 +24,9 @@ else:
|
|||
},
|
||||
'mode': '0700',
|
||||
},
|
||||
'/usr/local/share/icinga/plugins/check_backup_last_run': {
|
||||
'mode': '0755',
|
||||
},
|
||||
'/etc/backup.priv': {
|
||||
'content': repo.vault.decrypt_file(join('backup', 'keys', f'{node.name}.key.vault')),
|
||||
'mode': '0400',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue