Forum Discussion

Alex_McShane_23's avatar
Alex_McShane_23
Icon for Nimbostratus rankNimbostratus
Jul 27, 2017

Health Monitor: recieve multiple XML string

Hi - I am relatively new to BIG-IP and would be grateful for guidance regarding the following.

I am trying to create a Pool Monitor where the receive string will be in the format of an XML block. The XML block will span multiple lines. Ref below. How can I test for this concatenated string in the Pool monitor ?

    **abcdefgh**
    https://**12345.com:433**
    **online**
    **primary**
  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Assuming the lines are separated by a carriage return, try the following:

    \*\*abcdefgh\*\*\r\n
    https://\*\*12345.com:433\*\*\r\n
    \*\*online\*\*\r\n
    \*\*primary\*\*\r\n