Hi,

Probally a really simple one but how do i monitor a webpage for the page title ie <title>Sign In</title>

Which sensor would i use and how would i need to configure it.

Thanks AJ.


Article Comments

there is not out of the box sensor in PRTG that can do this, but it would be possible with a powershell

https://www.paessler.com/manuals/prtg/exe_script_sensor.htm

https://www.paessler.com/manuals/prtg/exe_script_advanced_sensor.htm

https://https://helpdesk.paessler.com/en/support/solutions/articles/76000064755


Aug, 2014 - Permalink

Hi Andrew,

This can be done with the 'HTTP Advanced' sensor.

On the sensor settings page check to 'Enable key word check (positive)' and enter

<title>Sign In</title>

in the 'Response Must Include' field.


Aug, 2014 - Permalink