pfarmer / alerta-contrib

Contributed integrations, plugins and custom webhooks

Home Page:http://alerta.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alerta Contrib

Useful but non-essential additions to the alerta monitoring system.

Integrations are specific to the monitoring tool or service being integrated whereas plugins are standard extensions that are triggered before or after alert reception or by an external alert status change.

Some of the integrations listed below redirect to a dedicated Github repository.

Integrations

Plugins

Webhooks

Tests

To run the tests using a local Postgres database run:

$ pip install -r requirements-dev.txt
$ createdb test5
$ ALERTA_SVR_CONF_FILE= DATABASE_URL=postgres:///test5 pytest -v webhooks/*/test*

License

Copyright (c) 2014-2020 Nick Satterly and AUTHORS. Available under the MIT License.

About

Contributed integrations, plugins and custom webhooks

http://alerta.io

License:MIT License


Languages

Language:Python 96.4%Language:PHP 2.5%Language:Jinja 0.7%Language:Shell 0.4%