Re: Automated alarm notification

2016-02-16 Thread Eitan Adler
On 11 February 2016 at 13: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

Re: Automated alarm notification

2016-02-15 Thread Robert Drake
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

RE: Automated alarm notification

2016-02-13 Thread frnkblk
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:j...@retina.net] Sent: Thursday, February 11, 2016 5:24 PM To: Frank Bulk Cc: nanog@nanog.org list Subject: Re: Automated alarm notification datadog

RE: Automated alarm notification

2016-02-12 Thread Casey, David
ico Office: 505-923-6995 Cell: 505-903-1797 Pager: 505-939-1293 -Original Message- From: NANOG [mailto:nanog-boun...@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: Automate

Re: Automated alarm notification

2016-02-12 Thread Phil Clarke
> On 11 Feb 2016, at 21: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? Where I curre

Re: Automated alarm notification

2016-02-11 Thread Oliver O'Boyle
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" wrote: > datadog will do this without issue, and if you have

Re: Automated alarm notification

2016-02-11 Thread John Adams
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 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

Re: Automated alarm notification

2016-02-11 Thread Josh Galvez
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 wrote: > Is anyone aware

Re: Automated alarm notification

2016-02-11 Thread Jörg Kost
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,

Automated alarm notification

2016-02-11 Thread Frank Bulk
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 noth