> This is sort of in regards to the RSSI graphing question. So, I've got this > MIB from BreezeCom and I've got the OID from the MIB, > 1.3.6.1.4.1.710.3.2.3.1.3. Do I need an instance number, and if so, how do > I get this? And how should my target line look. Does this config look > alright? Please help...thanks > > RunAsDaemon:yes > WorkDir: c:\www\mrtg > Target[172.25.1.9_test]: 1.3.6.1.4.1.710.3.2.3.1.3:[EMAIL PROTECTED] > MaxBytes[172.25.1.9_test]: 100 > > Jason D. Humes
Not familiar with your hardware. You are monitoring something that will return a value of less than 100 per second. I hope that it is going to always be a distinct number, as MRTG needs tweaking for values of less than one per second. If that is a percentage, you probably want the Gauge Option. Use something like Getif to browse the device, and you will see what instance number (if any) is required. Target lines MUST contain two things (typically bytes in & bytes out of an interface). So you will need Target[172.25.1.9_test]: 1.3.6.1.4.1.710.3.2.3.1.3.n& 1.3.6.1.4.1.710.3.2.3.1.3.n:[EMAIL PROTECTED] (once you have found out what n is) You may wish to use the NoI or NoO options to suppress one line, just leaving the other. Regards Peter -- Unsubscribe mailto:[EMAIL PROTECTED] 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
