bodhi2 haproxy entry (prod).
This commit is contained in:
parent
dacd5a1cea
commit
4057cc4ce7
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ listen bodhi 0.0.0.0:10009
|
|||
server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /updates/nagios
|
||||
|
||||
listen bodhi2 0.0.0.0:10010
|
||||
balance hdr(appserver)
|
||||
server bodhi03 bodhi03:80 check inter 20s rise 2 fall 3
|
||||
server bodhi04 bodhi04:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /
|
||||
|
||||
listen freemedia 0.0.0.0:10011
|
||||
balance hdr(appserver)
|
||||
server sundries01 sundries01:80 check inter 60s rise 2 fall 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue