No description
Find a file
2019-02-14 12:24:20 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-11-07 17:28:20 +01:00
integrations Added fail2ban webhook module (#227) 2018-12-02 20:26:57 +01:00
plugins Fix Debug Log in Opsgenie Plugin (#233) 2019-02-06 14:26:06 +01:00
webhooks Add test case to sentry custom webhook 2019-02-14 12:24:20 +01:00
.gitignore Update alerta-mailer for v5 API and python 3 2017-10-08 21:28:08 +01:00
.travis.yml Add test case to sentry custom webhook 2019-02-14 12:24:20 +01:00
AUTHORS Update README and AUTHORS 2018-12-02 20:32:38 +01:00
LICENSE Make everything MIT license 2017-05-10 10:09:13 +01:00
README.md Add test case to sentry custom webhook 2019-02-14 12:24:20 +01:00
requirements-dev.txt Add test case to sentry custom webhook 2019-02-14 12:24:20 +01:00

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-2019 Nick Satterly and AUTHORS. Available under the MIT License.