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
|
backend postgres
|
||||||
option httpchk GET /_dbcheck/postgres
|
option httpchk GET /_dbcheck/postgres
|
||||||
timeout 5s
|
|
||||||
server postgres-db01 127.0.0.1:8888 check inter 2000ms
|
server postgres-db01 127.0.0.1:8888 check inter 2000ms
|
||||||
backend mongo
|
backend mongo
|
||||||
option httpchk GET /_dbcheck/mongo
|
option httpchk GET /_dbcheck/mongo
|
||||||
timeout 5s
|
|
||||||
server mongo-db22 127.0.0.1:8888 check inter 2000ms
|
server mongo-db22 127.0.0.1:8888 check inter 2000ms
|
||||||
backend redis
|
backend redis
|
||||||
option httpchk GET /_dbcheck/redis?pool=main
|
option httpchk GET /_dbcheck/redis?pool=main
|
||||||
timeout 5s
|
|
||||||
server redis-db40 127.0.0.1:8888 check inter 2000ms
|
server redis-db40 127.0.0.1:8888 check inter 2000ms
|
||||||
backend redis_story
|
backend redis_story
|
||||||
option httpchk GET /_dbcheck/redis?pool=story
|
option httpchk GET /_dbcheck/redis?pool=story
|
||||||
timeout 5s
|
|
||||||
server redis-db41 127.0.0.1:8888 check inter 2000ms
|
server redis-db41 127.0.0.1:8888 check inter 2000ms
|
||||||
backend redis_sessions
|
backend redis_sessions
|
||||||
option httpchk GET /_dbcheck/redis?pool=sessions
|
option httpchk GET /_dbcheck/redis?pool=sessions
|
||||||
timeout 5s
|
|
||||||
server redis-db42 127.0.0.1:8888 check inter 2000ms
|
server redis-db42 127.0.0.1:8888 check inter 2000ms
|
||||||
backend elasticsearch
|
backend elasticsearch
|
||||||
option httpchk GET /_dbcheck/elasticsearch
|
option httpchk GET /_dbcheck/elasticsearch
|
||||||
timeout 5s
|
|
||||||
server elasticsearch-db10 127.0.0.1:8888 check inter 2000ms
|
server elasticsearch-db10 127.0.0.1:8888 check inter 2000ms
|
||||||
|
|
||||||
frontend stats
|
frontend stats
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue