As I have posted about recently, I am working on SNMP traps from some UPSs that we have.
We have these UPSs self test every night. Currently, when the test completes, a trap notification is sent to Nagios, which in turn sends an alert email.
If I wanted to prevent any notifications about the testing completing successfully, can I just remove that section from the SNMPTT.conf file (or comment it out)?
Stop certain traps from alerting?
Re: Stop certain traps from alerting?
It's safer to just comment it out. After you made the change, restart the snmptt service:
and see if this is going to solve your issue.
Code: Select all
service snmptt restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Stop certain traps from alerting?
Many thanks