Forum Discussion
jakauppila_3997
Jun 14, 2012Nimbostratus
"Status Page" is the exact receive string I'm using.
In the raw HTML coming back, the line containing that string is:
- "[title]Example Status Page[/title]"
The monitor works fine if I use the following as the receive string:
- [title]
- Example
- Status
- [/title]
Using the following, the monitor marks the pool members as down:
- Page
- Page[/title]
- [title]Example Status Page[/title]
Is there some issue or conflict in the monitors ability to parse the page coming back?
(Unable to post the HTML tags, so I changed the brackets)