Sep 17, 2011
health monitor problem with 2 pools
Hello All,
I'm having a problem with health monitors on 2 pools. Below is the setup/description:
1) 1 VS
2) Uses IRules to determine if it goes to pool A (IIS on Server1) or pool B (apache on Server1)
3) Health monitor created to monitor APACHE:
GET /servername.txt HTTP/1.1\r\nHost: 192.168.11.150\r\nConnection: Close\r\n
4) This health monitor is applied to both IIS and APACHE pool
5) When turning off APACHE service, ONLY the APACHE pool is marked DOWN, but the IIS pool is still marked UP.
Why is that the case? One would assume it would mark them both down, as the health monitor specifies to look at the APACHE IP.
Thoughts oh why this is happening or how to resolve this issue?
Thanks in advance.
Regards,
TRX