I'd like to be able to listen for syslog or SNMP traps [ideally both] that, when received, would trigger a specific sensor to be checked.
Link state changes could then be picked up instantly without aggressive polling frequency.
Modified on 2025-06-10 12:05:16 +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.
I'd like to be able to listen for syslog or SNMP traps [ideally both] that, when received, would trigger a specific sensor to be checked.
Link state changes could then be picked up instantly without aggressive polling frequency.
This article applies to PRTG Network Monitor 8
Trigger a "Check Now" using a Notification
You can achieve this with a combination of a PRTG API call and a Execute HTTP Action notification.
Build API Call
Using PRTG's API, you can trigger a Check Now for any object. To do so, use this function:
/api/scannow.htm?id=objectidFor detailed documentation, login to the web interface (PRTG 8) and select Setup | PRTG API from the main menu. Then click on the HTTP API and the Object Manipulation tabs.
Please build an API call containing your installation's IP address/DNS name and login credentials, such as, for example:
http://yourserver/api/scannow.htm?id=objectid&username=myuser&passhash=hashAdd Notification And Notification Trigger
The entire procedure is very similar to the one described in the article Acknowledge a Sensor in Down Status Automatically
Dec, 2010 - Permalink