mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
* json output in the healtcheck is hard to read Signed-off-by: Felix Bartels <felix@host-consultants.de> * fix meet health check after moving json to /tmp Signed-off-by: Felix Bartels <felix@host-consultants.de> * fix webapp health check Signed-off-by: Felix Bartels <felix@host-consultants.de>
34 lines
609 B
YAML
34 lines
609 B
YAML
file:
|
|
/run/sessions:
|
|
exists: true
|
|
owner: www-data
|
|
group: www-data
|
|
filetype: directory
|
|
/usr/lib/php/20180731/mapi.so:
|
|
exists: true
|
|
mode: "0644"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
contains: []
|
|
/var/lib/kopano-webapp/tmp:
|
|
exists: true
|
|
mode: "0755"
|
|
size: 4096
|
|
owner: www-data
|
|
group: www-data
|
|
filetype: directory
|
|
contains: []
|
|
process:
|
|
kwebd:
|
|
running: true
|
|
php-fpm7.3:
|
|
running: true
|
|
http:
|
|
http://localhost:9080/status:
|
|
status: 200
|
|
allow-insecure: false
|
|
no-follow-redirects: false
|
|
timeout: 5000
|
|
body: []
|