I am using NPM 10.2 to track some custom SNMP sensors (CPU Temp) on several systems. This works fine, but NPM will only show me the current value of the sensor. What I would like is thew ability to see a graph of the sensor activity, or barring that, at least be able to view past activity. I've went so far as to run SQL queries against the raw DB, and I think I've located the table the custom poller data is stored in, but the data is tied to the pollers using a poller ID that I'm having difficulty making sense of. If anyone has any suggestions, I would be very appreciative.
Thanks in advance.