Inserting OID in snmptt

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Inserting OID in snmptt

Post by mdsupersonic »

Hi Nagios support team,
I've recently being employed by a company which their production is software.
They asked me to add OIDs related to their softwares in snmptt.conf in Nagios server in order to receive traps in Nagios XI.
I did SNMP traps part in administrator manual completely and I can review traps in Nagios web interface.
My question is how to add those OIDs to snmptt.conf that can receive traps in Nagios web interface?
is there any templates for doing this?

Any help would be appreciated.

Majid
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Inserting OID in snmptt

Post by tgriep »

I am including a link to the guide for integrating SNMP Traps on the Nagios XI server.
https://assets.nagios.com/downloads/nag ... ios_XI.pdf
If this was the procedure used to configure the XI server, a program called addmib was installed and you can use that to add the existing MIB files to the snmptt.conf file.

Code: Select all

addmib /pathtomib/mibfile
Or, in the XI Interface in the Admin > Manage MIBs menu, you can upload a MIB file and if you check the process TRAP box, that should add the traps as well.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked