bundlewrap/bundles/seafile/metadata.py
Franzi 4f57a6c0e3
All checks were successful
bundlewrap/pipeline/head This commit looks good
icinga2: more checks should send sms
2021-01-02 12:26:37 +01:00

29 lines
764 B
Python

defaults = {
'apt': {
'packages': {
'mariadb-server': {},
'python3': {},
'python3-setuptools': {},
'python3-pip': {},
},
},
'backups': {
'paths': {
'/opt/seafile',
},
},
'icinga2_api': {
'seafile': {
'services': {
'SEAFILE PROCESS': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit seafile',
'vars.notification.sms': True,
},
'SEAHUB PROCESS': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit seahub',
},
},
},
},
}