On 23.05.2007, at 19:08, mrcarl81 wrote:

Hey all,

I'm collecting temperature information from lmSensors-mib and it provides me temperatures in rates of thousands. A simple division by 1k would get me the Degrees Celsius value I'm looking for. I'm not sure how to do this though, does anyone know how to divide values collected by snmp?

Go to the RRDTemplate object in question (e.g. by going to the device, clicking on the PerfConf tab and then clicking on the template in use).

Then click on the applicable datasoure and in there click on the relevant datapoint; now you can edit the type (e.g. Gauge) and the RPN: input "1000,/" (w/o the quotes, means: divide data source value by 1000).

Click on the save button and you'r done, repeat for other datasources/ points as applicable :)

Cheers,
Erik
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to