I would like to reduce the scanning interval of a sensor if it hits its alert threshold. For example, the scanning interval for our device is set for 60 seconds, I want to consider it in alert status if it is above its threshold for 120 seconds. After this, I'd like to scan every 30 seconds. Is this possible?


Article Comments

You might be able to engage the API and a script for a notification and do so...

Possibly entry points are

In theory you could use that and simply react to it - if you then have a second script once the sensor comes up again you could re-seed the regular interval..

Your other option is to put in a FEATURE REQUEST and wait till and if Paessler integrates it...

Personally, I like the PowerShell attempt, it is something that you can learn and understand quickly.. you can play around with it before you even create a script that would automate it.

Keep in mind - for any API interaction you need to do some kind of authentication against PRTG so it allows you to alter the configuration or even read the data...

Hope that helps..

Regards

Florian Rossmark

www.it-admins.com


Feb, 2019 - Permalink