[mrtg] Re: Newbie question/Help

Mike Bernhardt mbernhardt at arsin.com
Wed Feb 14 23:25:35 MET 2001


OK, using the oid-mib-cache.txt in the workdir worked. But how then do I use
LoadMIBs? Is that feature even applicable to what's below? How should a
LoadMIBs file be formatted?

-----Original Message-----
From: Mike Mitchell [mailto:Mike.Mitchell at sas.com]
Sent: Wednesday, February 14, 2001 1:02 PM
To: 'mbernhardt at arsin.com'
Subject: [mrtg] Re: Newbie question/Help





Add lines like

	envTestPt3Descr	1.3.6.1.4.1.9.2.1.82
	envTestPt3Measure	1.3.6.1.4.1.9.2.1.83

to the oid-mib-cache.txt file in the "Workdir".

-----Original Message-----
From: Paul C. Williamson [mailto:pwilliamson at MANDTBANK.COM]
Sent: Wednesday, February 14, 2001 3:23 PM
To: mbernhardt at arsin.com; mrtg at list.ee.ethz.ch
Subject: [mrtg] Re: Newbie question/Help



Mike, 

When you make up your cfg MRTG, just put in:

Target[x.x.x.x.cpu]:
1.3.6.1.4.1.9.2.1.57.0&1.3.6.1.4.1.9.2.1.58.0:community at x.x.x.x

for the target and you will be granted with a log file and all the graphs.

HTH,

Paul

>>> Mike Bernhardt <mbernhardt at arsin.com> 02/14/01 03:10PM >>>

OK, another newbie question. These are cisco-specific mibs, and thus are not
in SNMP-Util.pm. I don't feel like editing that, though I guess I could. How
do I reformat what's below and make it into a loadable mib file? I tried to
load this but it didn't work. Obviously I actually commented out the
comments that needed it...

Or, maybe I'm using the loaded mibs wrong? Specifically, I tried to use
avgBusy1 & 5, with leading dots, with trailing instances, etc. to no
avail(mrtg gave me errors).

Help appreciated!

Mike


-----Original Message-----
From: David Sawyer [mailto:david.sawyer at uk.mckhboc.com] 
Sent: Monday, February 12, 2001 7:34 AM
To: 'Nabil Fares'; MRTG
Subject: [mrtg] Re: Newbie question/Help



My list keeps getting bigger and bigger, now with environmental controls,
enjoy.


envTestPt1Descr = 1.3.6.1.4.1.9.2.1.78
envTestPt1Measure = 1.3.6.1.4.1.9.2.1.79
## Typically ambient air or the temperature of air entering the router

envTestPt2Descr = 1.3.6.1.4.1.9.2.1.80
envTestPt2Measure = 1.3.6.1.4.1.9.2.1.81
## Typically airflow or the temperature of air leaving the router

envTestPt3Descr = 1.3.6.1.4.1.9.2.1.82
envTestPt3Measure = 1.3.6.1.4.1.9.2.1.83
## Typically the value in millivolts of the +5v supply

envTestPt4Descr = 1.3.6.1.4.1.9.2.1.84
envTestPt4Measure = 1.3.6.1.4.1.9.2.1.85
## Typically the value in millivolts of the +12v supply

envTestPt5Descr = 1.3.6.1.4.1.9.2.1.86
envTestPt5Measure = 1.3.6.1.4.1.9.2.1.87
## Typically the value in millivolts of the -12v supply

envTestPt6Descr = 1.3.6.1.4.1.9.2.1.88
envTestPt6Measure = 1.3.6.1.4.1.9.2.1.89
## Typically the value in millivolts of the -5v supply

avgBusy1 = 1.3.6.1.4.1.9.2.1.57	(CPU usage)
avgBusy5 = 1.3.6.1.4.1.9.2.1.58	(CPU usage)
locIfInBitsSec = 1.3.6.1.4.1.9.2.2.1.1.6
locIfInPktsSec = 1.3.6.1.4.1.9.2.2.1.1.7
locIfOutBitsSec = 1.3.6.1.4.1.9.2.2.1.1.8
locIfOutPktsSec = 1.3.6.1.4.1.9.2.2.1.1.9
locIfInRunts = 1.3.6.1.4.1.9.2.2.1.1.10
locIfInGiants = 1.3.6.1.4.1.9.2.2.1.1.11
locIfInCRC = 1.3.6.1.4.1.9.2.2.1.1.12
locIfInFrame = 1.3.6.1.4.1.9.2.2.1.1.13
locIfInOverrun = 1.3.6.1.4.1.9.2.2.1.1.14
locIfInIgnored = 1.3.6.1.4.1.9.2.2.1.1.15
locIfInAbort = 1.3.6.1.4.1.9.2.2.1.1.16
locIfResets = 1.3.6.1.4.1.9.2.2.1.1.17
locIfRestarts = 1.3.6.1.4.1.9.2.2.1.1.18
locIfKeep = 1.3.6.1.4.1.9.2.2.1.1.19
locIfReason = 1.3.6.1.4.1.9.2.2.1.1.20
locIfCarTrans = 1.3.6.1.4.1.9.2.2.1.1.21
locIfReliab = 1.3.6.1.4.1.9.2.2.1.1.22
locIfDelay = 1.3.6.1.4.1.9.2.2.1.1.23
locIfLoad = 1.3.6.1.4.1.9.2.2.1.1.24 (if you use this, don't forget to set
'bandwidth' command on the router interface)
locIfCollisions = 1.3.6.1.4.1.9.2.2.1.1.25
locIfInputQueueDrops = 1.3.6.1.4.1.9.2.2.1.1.26
locIfOutputQueueDrops = 1.3.6.1.4.1.9.2.2.1.1.27

HTH
Dave

> -----Original Message-----
> From:	Nabil Fares [SMTP:fares.nabil at epa.gov] 
> Sent:	Monday, February 12, 2001 2:32 PM
> To:	MRTG
> Subject:	[mrtg] Newbie question/Help
> 
> 
> Greetings all,
> 
> I was wondering if you guys can help me out.  I would like to build a
> config
> file to poll router's CPU usage, Environment status, interface status and
> their input/out load.  Can anyone please share a similar config file or
> provide some ideas.
> 
> Thanks for your time.
> 
> Nabil
> 
> P.S. All routers are in the 7XXX family.
> 
> 
----------------------------------------------------------------------------
The information contained in this e-mail is confidential and is intended
only for the named recipient(s). If you are not the intended recipient you
must not copy, distribute, or take any action or reliance on it.
If you have received this e-mail in error, please notify the sender.
Any unauthorised disclosure of the information contained in this e-mail
is strictly prohibited.
----------------------------------------------------------------------------



--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe 
Archive     http://www.ee.ethz.ch/~slist/mrtg 
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org 
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi 

--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe 
Archive     http://www.ee.ethz.ch/~slist/mrtg 
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org 
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi 


--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list