Dear AndreaM,
such sensor does not exist, or at least is not part of PRTG's build-in sensors. You could do this:
- Open the logs table in the web interface
- Check the URL
- Use / adapt the URL for further use
In order to make counting easier, you can employ the PRTG API via /api/tables.xml or /api/table.csv. An example ULR could look like
http://127.0.0.1/api/table.xml?content=messages&filter_status=620&filter_status=608&columns=datetime,parent,type,name,status,message&count=*&filter_drel=yesterday
Add comment