removed unimplemented checks [CI SKIP]

This commit is contained in:
shimunn 2019-04-20 15:43:17 +02:00
parent 6dea22e4dd
commit d1ac73034b

View File

@ -84,30 +84,32 @@ healthchecks riffol {
proc://riffol
]
timeout 2
interval 10000
interval 1000
}
healthcheck http {
checks [
"http://127.0.0.1:80"
tcp://127.0.0.1:80
]
interval 15
interval 30
timeout 20
}
healthcheck hub {
checks [
"http://127.0.0.1:8000"
"tcp://127.0.0.1:8080"
tcp://127.0.0.1:8000
tcp://127.0.0.1:8080
]
interval 15
interval 80
timeout 60
}
healthcheck server {
checks [
"http://127.0.0.1:8082"
tcp://127.0.0.1:8082
proc://ccnet-server
proc://seaf-server
]
interval 16
timeout 15
interval 10
timeout 5
}