From: W.J.M. N. <Wim...@nl...> - 2015-09-03 08:40:39
|
Hello Steve, > Hi all, > > Hopefully not too obvious a question. > > I have a repeater table for an HP C3000 chassis for power consumption with > 2 branch oids - one for index (the power supply unit), other for current > power output but on this device unlike some other chassis there is no > direct oid/mib for total. > > If I have an output table such as this one for example: > > Index Current Power Usage > 1 120 > 2 156 > 3 109 > 4 105 > 5 74 > 6 124 > > And this is generated as a repeater table with branch oids, is there any > way for me to tell devmon to add these numbers up and then put them in a > transformed variable which I can then use to graph total? > The current version of Devmon does not have transforms to do what you want. More than three years ago, I have extended Devmon with a transform, called STATISTIC, which can sum the values of a branch-type OID, resulting in a leave-type OID. It is published as patch number 20 ( http://sourceforge.net/p/devmon/patches/20/ ). HTH, Wim Nelis. |