Forum Discussion

Michael_107360's avatar
Jul 14, 2017

Problem with Health Monitor

I have a monitor that accidentally has a space in the string:
Get /inservice.txt HTTP/1.1 server.name.com\r\n Connection: Close\r\n
It should be Get /inservice.txt HTTP/1.1 server.name.com\r\nConnection: Close\r\n

no space between \r\n and Connection:
The problem is it is working on the servers now ONLY after a server upgrade did it
fail.  I just want to understand why that space caused the problem after the upgrade.......THANK YOU!

2 Replies

  • I did test this.....

     

    rdexec 2 telnet 10.10.10.10 32100 GET /inservice.txt HTTP/1.1 Host: server.name.com Connection:close

     

    HTTP/1/1 200 OK

     

    rdexec 2 telnet 10.10.10.10 32100 GET /inservice.txt HTTP/1.1 Host: server.name.com Connection:close HTTP/1/1 200 OK

     

    AFTER SERVER CODE UPGRADE: rdexec 2 telnet 10.10.10.10 32100 GET /inservice.txt HTTP/1.1 Host: server.name.com Connection:close HTTP/1/1 200 OK

     

    rdexec 2 telnet 10.10.10.10 32100 GET /inservice.txt HTTP/1.1 Host: server.name.com Connection:close HTTP/1/1 400 Bad Request

     

  • This would be the server software and not the F5. Perhaps you would have more luck asking this question in their forum? :)

     

    /Patrik