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?
Monitoring Avaya with Nagios xi
-
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: Monitoring Avaya with Nagios xi
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
http://exchange.nagios.org/directory/Pl ... ad/details
-
- Posts: 1040
- Joined: Wed May 11, 2011 8:54 am
Re: Monitoring Avaya with Nagios xi
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.
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
Former Nagios employee
-
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
Re: Monitoring Avaya with Nagios xi
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?
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?
-
- Posts: 1040
- Joined: Wed May 11, 2011 8:54 am
Re: Monitoring Avaya with Nagios xi
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
Former Nagios employee
-
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
Re: Monitoring Avaya with Nagios xi
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.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?
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: Monitoring Avaya with Nagios xi
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?
-
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
Re: Monitoring Avaya with Nagios xi
I have debugging turned on for snmptt. How do I enable it for Nagios?
-
- Posts: 1040
- Joined: Wed May 11, 2011 8:54 am
Re: Monitoring Avaya with Nagios xi
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.
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
Former Nagios employee