Hi, Is there any way to have notification in PRTG Network Monitor based on a custom SNMP OID value not being updated for a set time interval? My requirement is similar to File Sensor "Last Modified" type notification but based on a custom SNMP OID value. My OID value is of timeticks type at the moment, but if require can change that to any other SNMP supported type. Is there any way or any workaround to configure this in PRTG Monitor?

Any information will be much appreciated. Many thanks.


Article Comments

Hello,

Presently, I don't believe we have anything that would do this natively. Just thinking out loud, we would need to get the value of the timeticks, then at the next scanning interval do a delta between the two. As long as it's not 0 then everything is OK.

You might be best to accomplish this with a PowerShell script, and then send a result to PRTG. This result can be as simple as a 1 and 0. We can set a threshold or use a lookup.

We don't have anything in our Script World either that would facilitate this.

Let me know if you have any other questions.

Benjamin Day
Paessler Support


Oct, 2018 - Permalink

Hi Benjamin, Thank you very much for the clarification. I shall look into PowerShell option. Thanks very much.

Regards, Mrinal


Nov, 2018 - Permalink