Forum Discussion
curl command
Hey GLM
As previous people have mentioned, it seems that there is something misconfigured with the monitor that marks the pool member offline. First of all, can you please share the configuration of the monitor? Like Kees van den Bos mentions, it is far easier to go into CLI and tmsh and write the command:
tmsh list ltm monitor
Another great way to troubleshoot a monitor is to turn on Monitor Logging specified in the following article: Enabling monitor logging for a pool member
When enabling this it will create a unique log file for the specific pool member located under /var/log/monitors/[pool_member_name].
In that log file you can see the following:
2016-07-26 14:43:09.951852: ID 122 :(_send_active_service_ping): writing [ addr=::ffff:1.1.1.1:80 srcaddr=::ffff:10.10.10.10%0:41219 ] send=GET /\x0d\x0a\x0d\x0a
2016-07-26 14:43:09.952893: ID 122 :(_recv_active_service_ping): rcvd 689 bytes: -->\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0aIIS7\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a<-- [ addr=::ffff:1.1.1.1:80 srcaddr=::ffff:10.10.10.10%0:41219 ]
So in the first request you see the send string being sent configured in the HTTP monitor. And the second entry is the response coming back. Then make sure that the response matches what you have configured in the receive string.
I hope this helps! 🙂
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
