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
2020-06-26 21:49:17 +02:00
integrations Add comment about required auth scope 2020-06-07 21:43:29 +02:00
plugins HipChat has been discontinued 2020-06-26 21:49:17 +02:00
webhooks Add a statuscake webhook (#313) 2020-04-11 15:55:16 +02:00
.gitignore Run pylint in build pipeline (#312) 2020-02-19 22:45:42 +01:00
.pylintrc Run pylint in build pipeline (#312) 2020-02-19 22:45:42 +01:00
.travis.yml Update travis CI config and add tests (#316) 2020-04-18 21:14:40 +02:00
AUTHORS Update README and AUTHORS 2020-04-27 13:02:05 +02:00
LICENSE Make everything MIT license 2017-05-10 10:09:13 +01:00
pylintrc Update travis CI config and add tests (#316) 2020-04-18 21:14:40 +02:00
README.md HipChat has been discontinued 2020-06-26 21:49:17 +02:00
requirements-dev.txt add SLACK_CHANNEL_MAP for environment and severity mapping (#314) 2020-06-18 16:58:35 +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-2020 Nick Satterly and AUTHORS. Available under the MIT License.