bundles/seafile: add icinga checks
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2384b69d0e
commit
9398649db0
1 changed files with 12 additions and 0 deletions
|
@ -12,4 +12,16 @@ defaults = {
|
|||
'/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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue