Somewhat true, however the trap will still have sent notifications, be in the event log and in the notification log. I do agree that if you want historical information using a tool like NSTI will give the ability to easily search for and filter specific traps.Andreas_c_Schmidt wrote:However.. and Nagios XI lacks in this. If you receive one trap with an error and one trap short after clearing or giving another error just the lat trap will be shown. SO passive trap are not a strong part of Nagios. You can install http://labs.nagios.com/2012/01/10/nagio ... available/ which I did and it helped to store all traps in a sql DB to log and show there.
Handling Forwarded SNMP Alerts
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Handling Forwarded SNMP Alerts
-
Andreas_c_Schmidt
- Posts: 23
- Joined: Mon Sep 24, 2012 10:03 am
Re: Handling Forwarded SNMP Alerts
So is this sorted? do you see your traps ? or did give up ?
Re: Handling Forwarded SNMP Alerts
Been distracted by other work. Not sorted out yet, and certainly not given up. I hope to get back to it this afternoon or tomorrow morning. I will update the posting when I have news for you. Thanks.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
-
Andreas_c_Schmidt
- Posts: 23
- Joined: Mon Sep 24, 2012 10:03 am
Re: Handling Forwarded SNMP Alerts
In case you get stuck with the NSTI install and config of snmptt, and since there is no real good documentation so far. ...
http://www.solaris-cookbook.com/WP-Cook ... ace-guide/
http://www.solaris-cookbook.com/WP-Cook ... ace-guide/
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Handling Forwarded SNMP Alerts
Thanks for the link Andreas I'm sure that will help if he runs into an issue.
Re: Handling Forwarded SNMP Alerts
Using your instructions I was able to get the StruxureWare traps logging to /var/log/snmptt/snmpttunknown.log.
After adding the following to /etc/snmp/snmptt.conf, restarting the three SNMP services and doing the chmod -R 777 /var/spool/snmptt, chmod -R 777 /var/log/snmptt:
# MIB Translation for APC StruxureWare TRAPS
EVENT Error .1.3.6.1.4.1.318.0.740* "Error" Critical
FORMAT The Trap indicates that there is a problem with the Rewrapper $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "The Trap indicates that there is a problem with the Rewrapper $*"
... I'm not seeing those traps in snmpttunknown.log or /var/log/snmptrapdlog (or the Nagios console).
Can you think of anything else to get this kick-started? Thanks.
After adding the following to /etc/snmp/snmptt.conf, restarting the three SNMP services and doing the chmod -R 777 /var/spool/snmptt, chmod -R 777 /var/log/snmptt:
# MIB Translation for APC StruxureWare TRAPS
EVENT Error .1.3.6.1.4.1.318.0.740* "Error" Critical
FORMAT The Trap indicates that there is a problem with the Rewrapper $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "The Trap indicates that there is a problem with the Rewrapper $*"
... I'm not seeing those traps in snmpttunknown.log or /var/log/snmptrapdlog (or the Nagios console).
Can you think of anything else to get this kick-started? Thanks.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Handling Forwarded SNMP Alerts
Actually if you have these in /etc/snmp/snmptt.conf you won't see them in snmpttunknown.log, you would see them in
/var/log/snmp/snmptt.log
/var/log/snmp/snmptt.log
-
Andreas_c_Schmidt
- Posts: 23
- Joined: Mon Sep 24, 2012 10:03 am
Re: Handling Forwarded SNMP Alerts
if you installed / configured NSTI then you wont see them anymore .. they all go into the Mysql database.
Else you should see them and all other with tail -f /var/log/snmptrapdlog.
check with ls -al /var/spool/snmp/ |wc -l .. if you spool dir is not flooded as it happend on my side.
Else you should see them and all other with tail -f /var/log/snmptrapdlog.
check with ls -al /var/spool/snmp/ |wc -l .. if you spool dir is not flooded as it happend on my side.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Handling Forwarded SNMP Alerts
Very true, thanks for reminding me...