opensearch-project / alerting

📟 Get notified when your data meets certain conditions by setting up monitors, alerts, and notifications
https://opensearch.org/docs/latest/monitoring-plugins/alerting/index/
Apache License 2.0
59 stars 102 forks source link

Support alerta.io #72

Open adityaj1107 opened 3 years ago

adityaj1107 commented 3 years ago

Issue by praveensameneni Sunday Sep 06, 2020 at 06:47 GMT Originally opened as https://github.com/opendistro-for-elasticsearch/alerting/issues/249


Is your feature request related to a problem? Please describe. Alerta is very simple monitoring management system, at least it appears such to the user. It allows to manage alerts from many other monitoring tools on a single screen. Alerta combines an API server for receiving, processing and rendering alerts with effective Web UI and command-line tool. Describe the solution you'd like Alerta accepts alerts from the standard sources like Syslog, SNMP, Prometheus, Nagios, Zabbix, Sensu and netdata. Any monitoring tool that can trigger a URL request can be integrated easily. Alerts are submitted in JSON-format to an HTTP API. Alerts can be queried from the command-line or viewed in a slick web console

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context One of the common alerting management tools that is gaining lot of traction. https://alerta.io/

lezzago commented 11 months ago

Need to move this to the Notification repo