I am wondering if there is a sensor that could monitor IIS8 and report back on how many times a specific ASP page on our website (which I specify) has been requested?
Article Comments
Hi,
Or you count the views via script on another webppage (counter.html) and output them as
<html> <body> [123] </body> </html>
Afterwards you can add the "HTTP Content Sensor" to get the value in PRTG.
Dec, 2016 - Permalink
If you have access to the page code, the easy way would be to implement a counter in the Page_Load event.
Next you can have PRTG report on this (database) value.
Dec, 2016 - Permalink