http monitor send string: IP node / name node / pool name
I desire create a monitor that include a variable about the ip node, name node or pool name.
The idea is create a only only one monitor and use to several pools, or nodes.
For example
a pool named www.company.com has three nodes
--- node1: 192.168.1.10
--- node2: 192.168.1.20
--- node3: 192.168.1.30
pool monitor
Send string: 'GET / HTTP/1.1\r\nHost: <pool_name>\r\nConnection: Close\r\n\r\n'
or
Send string: 'GET / HTTP/1.1\r\nHost: <ip_node1>\r\nConnection: Close\r\n\r\n'
or
Send string: 'GET / HTTP/1.1\r\nHost: <name_node1>\r\nConnection: Close\r\n\r\n'
node monitor
Send string: 'GET / HTTP/1.1\r\nHost: <ip_node1>\r\nConnection: Close\r\n\r\n'
or
Send string: 'GET / HTTP/1.1\r\nHost: <name_node1>\r\nConnection: Close\r\n\r\n'
As I said which is the variable to replace <pool_name> in the send string. ?
which is the variable to replace <ip_node1> in the send string. ?
which is the variable to replace <name_node1> in the send string. ?