I am trying to graph the current load on an APC AP7941 Switched PDU, and getting the SNMP readings from the PDU is no problem, but when I try and have routers2.cgi graph it, I can't get the reading to scale correctly.
For example, say I have an 11.5 amp draw on the strip, when I graph it, instead of getting it to show 11.5 amps, it shows as 115 amps, which of course would be some crazy current.
I saw where in MRTG I could use
YTicsFactor to change readings, but I am guessing when coupled with RRD and Routers2, that this doesn't function, as I have tried setting this, but still my routers2 graphs show the same.
Here is a sample of what I am doing in my MRTG config:
Code:
Target[power-2-2.xxx.net]: enterprises.318.1.1.12.2.3.1.1.2.2&enterprise
s.318.1.1.12.2.3.1.1.2.3:public@power-2-2.xxx.net
Title[power-2-2.leadmon.net]: POWER-2-2
routers.cgi*ShortDesc[power-2-2.xxx.net]: PDU 2-2 Current Usage
PageTop[power-2-2.xxx.net]: <H1>POWER-2-2 </H1>
MaxBytes[power-2-2.xxx.net]: 150
Options[power-2-2.xxx.net]: gauge,growright,nopercent,integer
Ylegend[power-2-2.x.net]: Power in Amps
Shortlegend[power-2-2.xxx.net]: Amps
Unscaled[power-2-2.xxx.net]: ymwd
YTics[power-2-2.xxx.net]: 15
YTicsFactor[power-2-2.xxx.net]: 0.1
I also have BayTech strip that is also SNMP monitorable, but again the same issue. Does anyone have a working config for APC or BayTech PDU's??