Forum Discussion
smp_86112
Cirrostratus
Oct 21, 2011Reverse Monitor and Pool Member Recovery
I have constructed a monitor to check a simple page and look for the string "up" in the response. Here's the sanitized definition:
ltm monitor http reverse {
defaults-from http
destination...
nitass
Employee
Oct 22, 2011mine seems to be ok. by the way, is timeout 6 correct?
[root@iris:Active] config b version|grep -iA 1 version
BIG-IP Version 10.2.0 1707.0
Final Edition
[root@iris:Active] config b pool foo list
pool foo {
monitor all mymon
members 10.10.70.110:http {}
}
[root@iris:Active] config b monitor mymon list
monitor mymon {
defaults from http
reverse
recv "up"
send "GET /foo.html HTTP/1.1\r\nHost:\r\nConnection: Close\r\n\r\n"
}
[root@iris:Active] config curl http://10.10.70.110/foo.html
WELCOME!!!!
This's 10.10.70.110.
up
[root@iris:Active] config b pool foo|grep -i pool\ member
+-> POOL MEMBER foo/10.10.70.110:http inactive,down
[root@iris:Active] config curl http://10.10.70.110/foo.html
WELCOME!!!!
This's 10.10.70.110.
down
[root@iris:Active] config b pool foo|grep -i pool\ member
+-> POOL MEMBER foo/10.10.70.110:http active,up
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
