About
Pricing
Community
Teams
Start Free Trial
Log in
sivaatluri
asked on
6/30/2015
Nginx Health Check Failing
Hi,
We are loadbalancing between Java App Servers using Nginx Load Balancer, we had configured health checks.
For Max 3 failures it should not send the traffic, but nginx is still sending the traffic
Linux
4
1
Last Comment
gheist
8/22/2022 - Mon
gheist
6/30/2015
Can you provide configuration sniplet?
default fail_timeout is 10s which is more than sufficient to restart tomcat or jetty
sivaatluri
7/2/2015
ASKER
But if the service is down in some odd hours, the 10s time would not be sufficient.
server 10.0.61.65:5010 weight=10 max_fails=3 fail_timeout=40s;
server 10.0.60.75:5001 weight=10 max_fails=3 fail_timeout=40s;
sivaatluri
7/22/2015
ASKER
Ghiest can you help me with this?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
ASKER CERTIFIED SOLUTION
gheist
7/24/2015
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
default fail_timeout is 10s which is more than sufficient to restart tomcat or jetty