Franziska Kunsmann
4f57a6c0e3
All checks were successful
bundlewrap/pipeline/head This commit looks good
28 lines
764 B
Python
28 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',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|