No description
Find a file
2020-01-18 23:25:50 +01:00
integrations Python 3 renamed the unicode type to str () 2019-10-04 10:50:29 +02:00
plugins fixed typo () 2019-11-28 21:41:36 +01:00
webhooks Correct Sentry webhook test and check environment value () () 2020-01-18 23:25:50 +01:00
.gitignore Update alerta-mailer for v5 API and python 3 2017-10-08 21:28:08 +01:00
.travis.yml Refactor to utilise new azure alert info and add tests () 2019-02-27 23:02:55 +01:00
AUTHORS Update README and AUTHORS 2019-10-03 20:42:07 +02:00
LICENSE Make everything MIT license 2017-05-10 10:09:13 +01:00
README.md Update README and AUTHORS 2019-10-03 20:42:07 +02:00
requirements-dev.txt Add postgres extra to alerta server install 2019-05-24 22:56:00 +02: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.