Monitoring a Website Page via Title in source code
Modified on 2025-06-10 13:39:19 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Important: We no longer maintain this article. The information might be out of date.
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
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
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
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