This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
tgriep
Madmin
Posts: 9190 Joined: Thu Oct 30, 2014 9:02 am
Post
by tgriep » Thu Mar 17, 2016 12:51 pm
After you edited the snmptt.conf file, did you restart the snmptt daemon?
The reason a trap shows up in the unknown log is that the OID doesn't match what is if the snmptt.conf file.
What you posted looks correct but it still isn't working.
Can you run the following on the XI server and post the output?
Code: Select all
grep -i dying /usr/share/snmp/mibs/*
grep -i cseShutDownNotify /usr/share/snmp/mibs/*
Be sure to check out our
Knowledgebase for helpful articles and solutions!
gwijnant
Posts: 37 Joined: Tue Sep 08, 2015 4:22 am
Post
by gwijnant » Fri Mar 18, 2016 4:45 am
Hi tgriep,
I restarted the SNMPTT deamon
Here is the requested output:
[root@localhost ~]# grep -i dying /usr/share/snmp/mibs/*
grep: /usr/share/snmp/mibs/processed_mibs: Is a directory
[root@localhost ~]# grep -i cseShutDownNotify /usr/share/snmp/mibs/*
/usr/share/snmp/mibs/CISCO-SYSTEM-EXT-MIB.txt: - cseShutDownNotify
/usr/share/snmp/mibs/CISCO-SYSTEM-EXT-MIB.txt:cseShutDownNotify NOTIFICATION-TYPE
/usr/share/snmp/mibs/CISCO-SYSTEM-EXT-MIB.txt: "The implementation of cseShutDownNotify is mandatory.
/usr/share/snmp/mibs/CISCO-SYSTEM-EXT-MIB.txt: cseShutDownNotify,
grep: /usr/share/snmp/mibs/processed_mibs: Is a directory
[root@localhost ~]#
tgriep
Madmin
Posts: 9190 Joined: Thu Oct 30, 2014 9:02 am
Post
by tgriep » Fri Mar 18, 2016 12:16 pm
Edit your snmptt.ini file and change the following from
to
Save and restart the snmptt daemon and see if that works for you.
If you are still having issues, take a look at this link to see if it helps.
http://snmptt.sourceforge.net/docs/faqs.shtml
Be sure to check out our
Knowledgebase for helpful articles and solutions!
gwijnant
Posts: 37 Joined: Tue Sep 08, 2015 4:22 am
Post
by gwijnant » Mon Mar 21, 2016 9:23 am
Hi tgriep,
That did not solve the issue
I will take a look at the FAQ and let you know if I found the issue.
Best Regards
tgriep
Madmin
Posts: 9190 Joined: Thu Oct 30, 2014 9:02 am
Post
by tgriep » Mon Mar 21, 2016 11:34 am
That setting was the last thing I could think of.
Try running through the FAQ and see if anything in there helps.
Be sure to check out our
Knowledgebase for helpful articles and solutions!