mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
No timeout needed on db check.
This commit is contained in:
parent
9e9318fe6e
commit
0784201444
1 changed files with 0 additions and 6 deletions
|
|
@ -95,27 +95,21 @@ backend maintenance
|
|||
|
||||
backend postgres
|
||||
option httpchk GET /_dbcheck/postgres
|
||||
timeout 5s
|
||||
server postgres-db01 127.0.0.1:8888 check inter 2000ms
|
||||
backend mongo
|
||||
option httpchk GET /_dbcheck/mongo
|
||||
timeout 5s
|
||||
server mongo-db22 127.0.0.1:8888 check inter 2000ms
|
||||
backend redis
|
||||
option httpchk GET /_dbcheck/redis?pool=main
|
||||
timeout 5s
|
||||
server redis-db40 127.0.0.1:8888 check inter 2000ms
|
||||
backend redis_story
|
||||
option httpchk GET /_dbcheck/redis?pool=story
|
||||
timeout 5s
|
||||
server redis-db41 127.0.0.1:8888 check inter 2000ms
|
||||
backend redis_sessions
|
||||
option httpchk GET /_dbcheck/redis?pool=sessions
|
||||
timeout 5s
|
||||
server redis-db42 127.0.0.1:8888 check inter 2000ms
|
||||
backend elasticsearch
|
||||
option httpchk GET /_dbcheck/elasticsearch
|
||||
timeout 5s
|
||||
server elasticsearch-db10 127.0.0.1:8888 check inter 2000ms
|
||||
|
||||
frontend stats
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue