bundles/seafile: add icinga checks
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-12-05 09:28:54 +01:00
parent 2384b69d0e
commit 9398649db0
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -12,4 +12,16 @@ defaults = {
'/opt/seafile', '/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',
},
},
},
},
} }