Xavier_113679
Aug 06, 2012Nimbostratus
Passing variable to http monitor
Hi, I'm trying to setup a monitor for a pool containing 3 members that will call a servlet located on a different server. Here's an idea
GET /rsa_check?$NODE HTTP/1.1\nHost: server_hosting_servlet:9502\nConnection: Close\n\r\n
My problem is the $NODE. I basically need to pass the member hostname to a url which will in turn be processed on a server external to the pool configured in F5.
I tried to look for a list of variables that could eventually be passed to the GET string as part of the http health monitor, but I've been unsuccessful so far.