I wrote some Powershell sensors to monitor DB2, and I didn't see any way to specify a delta sensor type. Many of the values I'm capturing are ever-increasing numbers (rows read, statements executed, etc), and I am trying to capture and graph the delta values like I've done in other tools such as RRDTool. It looked to me like PRTG v7.2 only allows SNMP custom sensors to process delta values from counters. Did I miss something? If I'm correct that EXE sensors can't process delta values in that manner, which version of PRTG offers that capability?
Article Comments
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.
Hello,
I'm afraid the same still applies for PRTG 8. You would have to save the last value in a file or similar and simply calculate the delta-value in the script, and then return this delta to PRTG.
Best Regards
Mar, 2011 - Permalink