removed unimplemented checks [CI SKIP]
This commit is contained in:
parent
6dea22e4dd
commit
d1ac73034b
20
riffol.conf
20
riffol.conf
@ -84,30 +84,32 @@ healthchecks riffol {
|
|||||||
proc://riffol
|
proc://riffol
|
||||||
]
|
]
|
||||||
timeout 2
|
timeout 2
|
||||||
interval 10000
|
interval 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
healthcheck http {
|
healthcheck http {
|
||||||
checks [
|
checks [
|
||||||
"http://127.0.0.1:80"
|
tcp://127.0.0.1:80
|
||||||
]
|
]
|
||||||
interval 15
|
interval 30
|
||||||
timeout 20
|
timeout 20
|
||||||
}
|
}
|
||||||
|
|
||||||
healthcheck hub {
|
healthcheck hub {
|
||||||
checks [
|
checks [
|
||||||
"http://127.0.0.1:8000"
|
tcp://127.0.0.1:8000
|
||||||
"tcp://127.0.0.1:8080"
|
tcp://127.0.0.1:8080
|
||||||
]
|
]
|
||||||
interval 15
|
interval 80
|
||||||
timeout 60
|
timeout 60
|
||||||
}
|
}
|
||||||
|
|
||||||
healthcheck server {
|
healthcheck server {
|
||||||
checks [
|
checks [
|
||||||
"http://127.0.0.1:8082"
|
tcp://127.0.0.1:8082
|
||||||
|
proc://ccnet-server
|
||||||
|
proc://seaf-server
|
||||||
]
|
]
|
||||||
interval 16
|
interval 10
|
||||||
timeout 15
|
timeout 5
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user