Forum Discussion

cylinh_171509's avatar
cylinh_171509
Icon for Altocumulus rankAltocumulus
Jan 19, 2018

HTTPS monitors

please help set up https monitors with send and receive strings below

 

Send string: /service/health Receive string: {"status":"UP","nodeAvailable":{"status":"UP"}} I try adding this string but got error

 

port 8443

 

would be set up on server end with return {"status":"UP","nodeAvailable":{"status":"UP"}}

 

3 Replies

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    To start with, try "

    GET /service/health HTTP/1.0\r\n\r\n
    " as send string.

  • You can configure monitor as mentioned below. Send String:

     

    GET /service/health HTTP/1.1\nHost:FQDN\nConnection: close\r\n\r\n

     

    "In FQDN section mention your server domain name"

     

    and configure Receive string as UP