18-Jun-2010 02:53
18-Jun-2010 02:55
Can't see all the monitors
http://devcentral.f5.com/Default.aspx?tabid=53&aft=1172093&afc=1172379
A node is an IP address whereas a pool member is an IP address and port (with an association to the pool name). Normally, you create a monitor for a pool member without an alias IP or port and the monitor inherits the pool member IP and port. A service level monitor without a hardcoded port can't be associated with a node as there isn't a way for the monitoring daemon to know what port to perform the check on. If you create a monitor with a hardcoded alias port, then you can apply it to a node (an IP address).
The short answer is that you generally want to associate service monitors with a pool. If you need to create dependencies between multiple ports or multiple IP:ports you can use the alias IP and/or port definitions on the monitor to do so.
Hope this is clear? If not, can you describe what you're trying to implement in more detail?
Aaron
18-Jun-2010 04:17
18-Jun-2010 04:25
echo -e "GET /test/index.jsp /HTTP1.1\r\n Host:\r\nConnection: Close\r\n\r\n" | nc 1.1.1.1 80
Replace 1.1.1.1 80 with your server IP and port.
And then try this as your send string in the monitor configuration:
GET /test/index.jsp /HTTP1.1\r\n Host:\r\nConnection: Close
The monitoring daemon in 9.4 - 10.1 appends two CRLFs to the end of the send string, so you shouldn't include them. Note I've removed the d in closed.
Can you try this as a receive string:
HTTP/1\.(0|1) (200|304)
Aaron
18-Jun-2010 04:39
18-Jun-2010 04:44
Aaron
18-Jun-2010 04:51
18-Jun-2010 05:00
echo -e "GET /test/index.jsp HTTP/1.1\r\n Host: \r\nConnection: Close\r\n\r\n" | nc 1.1.1.1 80
Thanks, Aaron
18-Jun-2010 05:05
HTTP/1.1 505 Versi�n de HTTP No Soportada
Server: Apache-Coyote/1.1
Date: Fri, 18 Jun 2010 08:37:25 GMT
Connection: close
The version is: BIG-IP 9.4.8 Build 355.0 Final
18-Jun-2010 05:23
Thanks, Aaron
18-Jun-2010 06:23
18-Jun-2010 06:36
Send:
GET /test.test.jsp/ HTTP/1.1\r\nConnection: Close\r\nHost: \r\n\r\n
Recv
HTTP/1\.(0|1) (200|304)
Now when I stop the app. The node seems down too.
What do you think?
18-Jun-2010 06:49
Also, the receive string shouldn't have any \r\n's on the end as bigd appends two for you in 9.4.x.
Aaron
25-Jun-2010 04:43
03-Jul-2010 19:31
for example curl always returned correct but not the nc cause of Host param it took long time for me to figure that out.
28-Jul-2011 09:53
09-Nov-2023 08:47
Perhaps working with experts in Healthcare, would solve this problem https://tech-stack.com/industries/healthcare