Search found 3 matches

by tkoeferli
Wed Nov 28, 2018 9:50 am
Forum: Nagios XI
Topic: SNMP Trap processing stopped
Replies: 5
Views: 903

Re: SNMP Trap processing stopped

I've seen that the error was caused during the weekly scheduled backup at Sunday 00:59.

With my modification it's working now.

Thank you!
by tkoeferli
Wed Nov 28, 2018 1:48 am
Forum: Nagios XI
Topic: SNMP Trap processing stopped
Replies: 5
Views: 903

Re: SNMP Trap processing stopped

Thank you. We allready had this new script. But between this lines if os.path.exists('/usr/local/nagios/var/rw/nagios.cmd') and stat.S_ISFIFO(os.stat('/usr/local/nagios/var/rw/nagios.cmd').st_mode): output = open('/usr/local/nagios/var/rw/nagios.cmd', 'w') If you have many traps, it could happen tha...
by tkoeferli
Tue Nov 27, 2018 6:41 am
Forum: Nagios XI
Topic: SNMP Trap processing stopped
Replies: 5
Views: 903

SNMP Trap processing stopped

Hello, we have a customer with many SNMPTRAPS (about 2 per sec). Processing stuck every week. That means snmptt was blocked and /var/spool/snmp/ filled up. I found that snmptraphandling.py never returned and thus blocked snmptt. In snmptraphandling.py Opening the FIFO with output = open('/usr/local/...