From: Schwimmer, E. E *H. <EE...@hs...> - 2006-02-28 15:36:09
|
Regarding the template construction; really the only way to do it is to browse the mib file, assuming you can get the right one from your vendor. There are some software mib browsers that make them more palatable. About the if_load problem; Heh. I forgot to multiply by 100 in the templates (I could tell you some stories about me and math in college. These are not happy stories). You can fix it in your if_loads by changing these lines in the transforms file from this: ifInLoad : MATH : {ifInBps} / {ifBps} ifOutLoad : MATH : {ifOutBps} / {ifBps} to this: ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100 ifOutLoad : MATH : ({ifOutBps} / {ifBps}) x 100 Thanks for catching that! I'll update the templates and re-up it to the sf website. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Johann Eggers > Sent: Tuesday, February 28, 2006 10:24 AM > To: dev...@li... > Subject: [Devmon] Re: Quick show of hands, please >=20 > Schwimmer, Eric E *HS wrote: >=20 > >Has anybody on the list installed Devmon and got it working? > > > >Yes, my ego needs stroking... > > > >Thanks, > >-Eric > > > > =20 > > >=20 > Hi, >=20 > first of all: great work! >=20 > I've installed devmon and it's up and running. I use (up to now) the > "old" BB framework running on Fedora 3. > I monitor a cisco 6506, a cisco 4003 and 18 cisco 3500=20 > scwitches. I had > to fiddle around a little bit with the templates but using=20 > the provided > templates as examples I got it working. >=20 > Before that I used routermon to monitor the cisco's. I think=20 > devmon has > much more flexibility and is a good tool for "generally" SNMP-based > monitoring. > What is sophisticated is when creating the templates for a=20 > new device to > get out the OID's of interest of that device. Has anybody out there a > good way of doing this? >=20 > I have found a little mismatch in the calculation of the load > percentage: When I have a 100 Mbps port and the rate in is 5,07 Mbps > devmon shows it as 0,05 %, >=20 > But shouldn't it be 5,07 % ?? >=20 > Johann >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |