Forum Discussion

canon5_330970's avatar
canon5_330970
Icon for Nimbostratus rankNimbostratus
Jan 29, 2018

'connect: timeout search result false' meaning

Hey guys, does anyone have any idea as to what 'connect: timeout search result false' means as reasoning for failing health check? I haven't been able to find anything online. My prober IP (10.243.110.21) has access to my virtual server, the VS is a generic host server and I can curl the page for a 200 OK.

 

=======================================================

 

| Gtm::Pool Member: :A VIRTUAL_SERVER:SERVER

 

| Status

 

| Availability : offline

 

| State : enabled

 

| Reason : Monitor /Common/NAME-002-http from 10.243.110.21 : connect: timeout search result false

 

|

 

| Load Balancing | Preferred 0

 

| Alternate 0

 

| Fallback 0

 

3 Replies

  • You able to share the monitor configuration you have assigned to the Virtual Server and/or Server?

     

  • Hey AMG,

     

    I circled back around to this a little bit ago and ended up re-writing my monitor real quick and it ended up working. In looking back at my other send string I had an extra '\' before my host, I had checked over my monitor yesterday a few times but my eyes clearly passed over the extra character. I thought I was going crazy but it looks like I just needed a fresh pair of eyes :)

     

    Original:

     

    "GET /path/to/destination.html HTTP/1.1\r\n\Host: host.header.com\r\nConnection: close\r\n\r\n"

     

    New:

     

    "GET /path/to/destination.html HTTP/1.1\r\nHost: host.header.com\r\nConnection: close\r\n\r\n"

     

  • Think we have all been there, looks fine but for that one missed character :D

     

    Glad you now have it working