0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-16 05:23:28 +00:00
No description
Find a file
2019-05-17 14:53:38 +02:00
integrations [alerta-mailer] Fix HTML emails 2019-05-17 14:53:38 +02:00
plugins Added json.loads to SLACK_CHANNEL_ENV_MAP os.env loading to resolve issue #250 (#251) 2019-03-11 01:24:36 +01:00
webhooks Azure raw data should be string not dict (#253) 2019-04-03 00:06:19 +02: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 (#248) 2019-02-27 23:02:55 +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 built-in webhooks to list 2019-04-15 23:00:52 +02:00
requirements-dev.txt Add test case to sentry custom webhook (#242) 2019-02-14 12:29:04 +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.