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 PagerDuty, but they don't do any SNMP trap parsing, and nothing
> with set/clear.

https://github.com/dropbox/trapperkeeper ?



-- 
Eitan Adler


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 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





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 <frnk...@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 <frnk...@iname.com 
<mailto:frnk...@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

 



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 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.

RE: Automated alarm notification

2016-02-12 Thread Casey, David
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-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: 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" <j...@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 <frnk...@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 i...@phs.org. 

If you would like more information about Presbyterian Healthcare Services 
please visit our web site

http://www.phs.org




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, 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


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 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
>
>


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 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
> 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
> >
> >
>


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 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
>
>