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
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue