Monitoring Avaya with Nagios xi

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME

Monitoring Avaya with Nagios xi

Post by cwscribner »

Hi all.

I'd like to monitor an Avaya server and the snmp alerts it send out with Nagios xi. How do I go about doing that?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Monitoring Avaya with Nagios xi

Post by mguthrie »

I'm not too familiar with this particular hardware, and at the moment we don't have any documentation for it. However I did find this listing on the Nagios exchange.
http://exchange.nagios.org/directory/Pl ... ad/details
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Monitoring Avaya with Nagios xi

Post by nscott »

Avaya looks to be a pretty specialized system that I don't have a lot of experience with, but I can give you some links.

Great in-house documentation on using SNMP traps with Nagiosxi:
http://assets.nagios.com/downloads/nagi ... ith_xi.pdf

Another great in-house document on sending SNMP traps with Nagiosxi:
http://assets.nagios.com/downloads/nagi ... ios_xi.pdf

Appears to be a useful discussions about Avaya and SNMP:
http://www.aucommunity.com/showthread.p ... ght=nagios

There seem to be a lot of Support Forums that are Avaya specific.

EDITED: Looks like mguthrie beat me to the punch on a few things.
Nicholas Scott
Former Nagios employee
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME

Re: Monitoring Avaya with Nagios xi

Post by cwscribner »

Thanks for the replies.

I've already followed the instructions provided by Nagios to incorporate SNMP and I've had no luck. I installed everything dictated by the documentation, added the MIB for the Avaya device, and manually entered the OIDs (text, not numeric), but Nagios still wouldn't grab anything. Any more ideas?
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Monitoring Avaya with Nagios xi

Post by nscott »

Well, lets start from the top, can you tell if the Avaya server is actually receiving the SNMP traps? Do you have a tool that can tell if its receiving them?
Nicholas Scott
Former Nagios employee
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME

Re: Monitoring Avaya with Nagios xi

Post by cwscribner »

nscott wrote:Well, lets start from the top, can you tell if the Avaya server is actually receiving the SNMP traps? Do you have a tool that can tell if its receiving them?
I guess the way its supposed to work is the Avaya server should send traps to the Nagios server. However, I haven't seen anything in the log files (on the Nagios server) in relation to SNMP.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA

Re: Monitoring Avaya with Nagios xi

Post by tonyyarusso »

Are your SNMP traps showing up in the unconfigured objects instead? Have you tried turning on debugging for snmptt, nagios, and related components and looking for useful hints in their logs?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME

Re: Monitoring Avaya with Nagios xi

Post by cwscribner »

I have debugging turned on for snmptt. How do I enable it for Nagios?
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Monitoring Avaya with Nagios xi

Post by nscott »

Thats kept as a variable option in the nagios.cfg (usually located in nagios/etc/nagios.cfg)

You can see where the debug file is being written to with the debug_file variable, and then you can set the debug_level with the following options:

-1 = Log everything
0 = Log nothing (default)
1 = Function enter/exit information
2 = Config information
4 = Process information
8 = Scheduled event information
16 = Host/service check information
32 = Notification information
64 = Event broker information

If 16 or 32 don't show anything, then try -1.

Also, set the debug_verbosity 1.

After editing any of these you'll need to restart Nagios. Hopefully these debugging options will show something helpful in the logs.
Nicholas Scott
Former Nagios employee