bundlewrap/bundles/seafile/metadata.py
Franzi 717159b61f
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/seafile: no need for sms for seafile process, we're already doing http content checks
2021-01-23 09:09:30 +01:00

28 lines
713 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',
},
'SEAHUB PROCESS': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit seahub',
},
},
},
},
}