Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
7.99k stars 1.73k forks source link

sending alerts to external dashboards using SNMP #984

Open ajaybhatnagar opened 7 years ago

ajaybhatnagar commented 7 years ago

is there a way to send alerts generated by Elastalert to a central monitoring dashboard which uses SNMP to receive alerts from various sources for single point of display of various alerts from different sources and services ?

cissecedric commented 7 years ago

Hi, I have the same question, I would like to know if elastAlert could send SNMP traps (the same way it sends email) for alerting.

Thank you in advance for your help,

Regards,

ajaybhatnagar commented 7 years ago

If you have existing scripts to send snmp traps, you can use them with command option. Other wise you have need to write scripts using Perl or Python which have SNMP modules available to add functionality to send alerts via SNMP. It works.

Thanks.

cissecedric commented 7 years ago

@ajaybhatnagar : thank you for your response :+1: