Automated alarm notification
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear? I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear. Frank
Hi, you could use snmptt with an Exec-Command (SendMail, SMS, …) or define it as a passive service alert in Nagios / Icinga / $YourMonitoring. Jörg On 11 Feb 2016, at 22:51, Frank Bulk wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
I've used Zabbix, Nagios, etc to handle receiving and parsing traps, set/clear etc. Then have them send a trap (or via email to script that sends a trap) to SIPShout to actually generate the callout. It's worked well. -Josh On Thu, Feb 11, 2016 at 2:51 PM, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
datadog will do this without issue, and if you have a small number of hosts it's nearly free. -j On Thu, Feb 11, 2016 at 1:51 PM, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
Check_MK over OMD. Good event parsing capabilities. Easy to set up, nagios core but rewritten app for much better performance. Multisite master/slave capabilities +++. Free or supported. Your pick. On Feb 11, 2016 9:26 PM, "John Adams" <jna@retina.net> wrote:
datadog will do this without issue, and if you have a small number of hosts it's nearly free.
-j
On Thu, Feb 11, 2016 at 1:51 PM, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
We've been using Statseeker for some time now. It costs but it's been well worth the investment as a monitoring solution with the ability to parse incoming syslog messages and generate alerts. David Casey, CCNP Network Engineer 3 Presbyterian Healthcare Services Albuquerque, New Mexico Office: 505-923-6995 Cell: 505-903-1797 Pager: 505-939-1293 -----Original Message----- From: NANOG [mailto:nanog-bounces@nanog.org] On Behalf Of Oliver O'Boyle Sent: Thursday, February 11, 2016 7:45 PM To: John Adams Cc: North American Network Operators' Group Subject: Re: Automated alarm notification Check_MK over OMD. Good event parsing capabilities. Easy to set up, nagios core but rewritten app for much better performance. Multisite master/slave capabilities +++. Free or supported. Your pick. On Feb 11, 2016 9:26 PM, "John Adams" <jna@retina.net> wrote:
datadog will do this without issue, and if you have a small number of hosts it's nearly free.
-j
On Thu, Feb 11, 2016 at 1:51 PM, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
============================================ *-*-*- PRESBYTERIAN_HEALTHCARE_SERVICES_DISCLAIMER -*-*-* This message originates from Presbyterian Healthcare Services or one of its affiliated organizations. It contains information, which may be confidential or privileged, and is intended only for the individual or entity named above. It is prohibited for anyone else to disclose, copy, distribute or use the contents of this message. All personal messages express views solely of the sender, which are not to be attributed to Presbyterian Healthcare Services or any of its affiliated organizations, and may not be distributed without this disclaimer. If you received this message in error, please notify us immediately at info@phs.org. If you would like more information about Presbyterian Healthcare Services please visit our web site http://www.phs.org ============================================
Thanks, but I don’t see that datadog can ingests SNMP traps – can you point me in the right direction? Frank From: John Adams [mailto:jna@retina.net] Sent: Thursday, February 11, 2016 5:24 PM To: Frank Bulk <frnkblk@iname.com> Cc: nanog@nanog.org list <nanog@nanog.org> Subject: Re: Automated alarm notification datadog will do this without issue, and if you have a small number of hosts it's nearly free. -j On Thu, Feb 11, 2016 at 1:51 PM, Frank Bulk <frnkblk@iname.com <mailto:frnkblk@iname.com> > wrote: Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear? I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear. Frank
On 11 Feb 2016, at 21:51, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
Where I currently work we use CastleRock SNMPc and feed alarms based off certain trap conditions/time events into another bit of software called EasyCall which then sends out SMS messages to the engineers; however both are Windows based only. $Job-1 used Nagios to parse the traps and send SMS from a mobile phone directly connected to the server after the conditions were met.
OpenNMS has direct support for SNMP traps and multistage alerting. It's a pain in the ass to setup (depending on what you're doing*) but it's free and very high performance. * if all your MIBS are already supported then 90% of the work is done and it's not so bad. Just setup multistage alerts for 5 and 10 minute intervals depending on if something clears or if someone responds to the alert. They support lots of alert types. SMTP, SMS, voice call, a few ticketing systems, XMPP, twitter and probably more. On 2/11/2016 4:51 PM, Frank Bulk wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
Frank
On 11 February 2016 at 13:51, Frank Bulk <frnkblk@iname.com> wrote:
Is anyone aware of software, or perhaps a service, that will take SNMP traps, properly parse them, and perform the appropriate call outs based on certain content, after waiting 5 or 10 minutes for any alarms that don't clear?
I looked at PagerDuty, but they don't do any SNMP trap parsing, and nothing with set/clear.
https://github.com/dropbox/trapperkeeper ? -- Eitan Adler
participants (10)
-
Casey, David
-
Eitan Adler
-
Frank Bulk
-
frnkblk@iname.com
-
John Adams
-
Josh Galvez
-
Jörg Kost
-
Oliver O'Boyle
-
Phil Clarke
-
Robert Drake