Thanks, that worked! One more question: I want to set different warning
levels depending on how high the BER is on the Dragonwave. So, for
example, the variable $mdmBerInt would set the device to Warning if it
was greater than zero but less than 5, to Alarm if it was greater than 5
but less than 10, and to Critical if $mdmBerInt is greater than or equal
to 10.

Here's what I've got so far:

<snmp-device-thresholds>
        warning: 2 > ${mdmBerInt} > 0 "Bit Error Rate slightly high"
        alarm: 9 >= ${mdmBerInt} >= 2 "Bit Error Rate moderately high"
        critical: ${mdmBerInt} >= 10 "Bit Error Rate very high"
</snmp-device-thresholds> 

Tim Huffman
Director of Engineering
BOB - Business Only Broadband, LLC
O (630) 590-6012
C (630) 340-1925
[EMAIL PROTECTED]
www.bobbroadband.com
> -----Original Message-----
> From: [email protected] [mailto:InterMapper-
> [EMAIL PROTECTED] On Behalf Of Janice Losgar
> Sent: Friday, September 21, 2007 12:37 PM
> To: 'InterMapper Discussion'
> Subject: [BULK] RE: [IM-Talk] Custome Probe question
> Importance: Low
> 
> Tim,
> 
> You should import the MIB for the Dragonwave radio (File > Import >
> MIB...),
> then use the "STRING" type for the probe variables. Additional
information
> can be found on this page:
> 
> 
> http://download.dartware.com/docs/DevGuide/Content/02-
> CustomProbes/Probe_Var
> iabl
> es.htm
> 
> Regards,
> 
> Janice Losgar
> Dartware, LLC
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tim Huffman
> Sent: Friday, September 21, 2007 11:39 AM
> To: InterMapper Discussion
> Subject: [IM-Talk] Custome Probe question
> 
> Guys,
> 
> 
> 
> I'm working on the finishing touches for our Dragonwave probe (which I
> will definitely share when I'm done), and I have a quick question:
> 
> 
> 
> I have an OID which returns '2' if the radio link is up, or '1' if the
> radio link is down. Similiarly, I have another OID which returns an
> number that tells you what type of radio it is (for example, 1 means
> that it is an Air-Pair 50, 2 means that it is an Air-Pair 100, and so
> on). How can I set the probe up to display something meaningful under
> the status window (i.e. so that the radio link OID would display 'Up'
if
> the link is up (OID returns 2) or 'Down' if the link is down (OID
> returns 1)?
> 
> 
> 
> Tim Huffman
> 
> Director of Engineering
> 
> BOB - Business Only Broadband, LLC
> 
> O (630) 590-6012
> 
> C (630) 340-1925
> 
> [EMAIL PROTECTED]
> 
> www.bobbroadband.com
> 
> 
> 
> ____________________________________________________________________
> List archives:
> http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
> To unsubscribe: send email to: [EMAIL PROTECTED]
> 
> ____________________________________________________________________
> List archives:
> http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
> To unsubscribe: send email to: [EMAIL PROTECTED]

____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to