From: Schwimmer, E. E *H. <EE...@hs...> - 2007-03-26 13:35:46
|
Hi Kim, This was a problem that I fixed (I think) in latest template package (which only works /w devmon v0.3.0 or higher). If you want to use the old version of devmon and the templates supplied with it, you'll have to fix it by hand. The problem was caused by two OID aliases having the same name (ifSpeed). Even though they were in different tests in the same template, the would still overwrite each other (there was a technical reason for doing this way, which basically was to reduce the amount of CPU and network traffic devmon spent polling OIDs). If you want to fix it, edit the "messages" and "transforms" files in the if_stat and if_load tests of the cisco-3500 template. Change all references of "ifSpeed" to "ifSpeedTxt". That should fix it. -Eric > -----Original Message----- > From: dev...@li... [mailto:devmon-support- > bo...@li...] On Behalf Of Kim Langtved Johansen > Sent: Friday, March 23, 2007 6:19 AM > To: dev...@li... > Subject: [Devmon] undestand 3550 and if speed >=20 > Hi, >=20 > I using devmon and Hobbit and want to watch some cisco 3550 router. > I also have some 3500XL router. >=20 > On the 3550 router I see the Ifs Speed i bits like "100000000" and on the > 3500 I se Ifc Speed en Mpbs like "100.00 Mpbs" >=20 > I have look ind the MIBS for the routers and the output som them is equal > like "100000000". >=20 > The transforms files are equal and so is message and oids also. >=20 > Can anyone help me? >=20 >=20 > -- > Kim Johansen |