1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 21:33:02 +00:00

Use goss for healthchecks (#223)

* basic healthcheck based on goss
* add goss to travis
* healtcheck command runs now for all services
* add to makefile
This commit is contained in:
Felix Bartels
2019-08-27 14:56:49 +02:00
committed by GitHub
parent d6744b20e2
commit 4878fc9917
28 changed files with 156 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
port:
tcp6:2003:
listening: true
process:
kopano-dagent:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-gateway:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-gateway:
running: true
+7
View File
@@ -0,0 +1,7 @@
file:
/var/run/kopano/grapi:
exists: true
mode: "0755"
owner: kapi
group: kopano
filetype: directory
+7
View File
@@ -0,0 +1,7 @@
file:
/var/run/kopano/grapi:
exists: true
mode: "0755"
owner: kapi
group: kopano
filetype: directory
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-ical:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-ical:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kapid:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kapid:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-monitor:
running: true
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-monitor:
running: true
+9
View File
@@ -0,0 +1,9 @@
file:
/var/run/kopano/search.sock:
exists: true
mode: "0700"
size: 0
owner: kopano
group: kopano
filetype: socket
contains: []
+9
View File
@@ -0,0 +1,9 @@
file:
/var/run/kopano/search.sock:
exists: true
mode: "0700"
size: 0
owner: kopano
group: kopano
filetype: socket
contains: []
+33
View File
@@ -0,0 +1,33 @@
file:
/kopano/data/attachments/0:
exists: true
mode: "0750"
owner: kopano
group: kopano
filetype: directory
/run/kopano/prio.sock:
exists: true
mode: "0660"
owner: kopano
group: kopano
filetype: socket
/run/kopano/server.pid:
exists: true
mode: "0644"
owner: kopano
group: kopano
filetype: file
/run/kopano/server.sock:
exists: true
mode: "0666"
owner: kopano
group: kopano
filetype: socket
http:
http://localhost:236:
status: 405
timeout: 5000
https://localhost:237:
status: 405
allow-insecure: true
timeout: 5000
+11
View File
@@ -0,0 +1,11 @@
port:
tcp6:236:
listening: true
file:
/run/kopano/server.pid:
exists: true
mode: "0644"
owner: kopano
group: kopano
filetype: file
+3
View File
@@ -0,0 +1,3 @@
process:
kopano-spooler:
running: true