Go to file
Nick Satterly 4ba3682468 Skip failing integration tests 2023-03-21 00:33:15 +01:00
.github/workflows Skip failing integration tests 2023-03-21 00:33:15 +01:00
integrations Fix multiple linting errors 2023-03-21 00:15:34 +01:00
plugins Fix multiple linting errors 2023-03-21 00:15:34 +01:00
webhooks Fix multiple linting errors 2023-03-21 00:15:34 +01:00
.gitignore Run pylint in build pipeline (#312) 2020-02-19 22:45:42 +01:00
.isort.cfg Fix multiple linting errors 2023-03-21 00:15:34 +01:00
.pre-commit-config.yaml Fix multiple linting errors 2023-03-21 00:15:34 +01:00
.pylintrc Run pylint in build pipeline (#312) 2020-02-19 22:45:42 +01:00
AUTHORS Fix multiple linting errors 2023-03-21 00:15:34 +01:00
LICENSE Make everything MIT license 2017-05-10 10:09:13 +01:00
README.md Fix multiple linting errors 2023-03-21 00:15:34 +01:00
pylintrc Fix multiple linting errors 2023-03-21 00:15:34 +01:00
requirements-dev.txt Fix multiple linting errors 2023-03-21 00:15:34 +01:00

README.md

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.