No description
Find a file
Aleksandr Demshin a9799587af
feat: Add logic to telegram plugin to check previous severity ()
* fix syntax errors

* add routing plugin

* change alert duplicate count in routing plugin to 1

* fix routing

* reinit plugin

* update routing pluging

* disable telegram notification for custom severity

* remove routing plugin

* disable telegram notification for custom severity

* Revert "remove routing plugin"

This reverts commit 0deefe05bc.

* Revert "update routing pluging"

This reverts commit 7d5fc43dd7.

* Revert "add routing plugin"

This reverts commit b14f434a88.

* Revert "fix syntax errors"

This reverts commit cc0d62c68a.

* disable TELEGRAM_DISABLE_NOTIFICATION_SEVERITY

* revert

* add checking previous severity for telegram forwarding

* remove closed frome severity

* remove 'closed' from severities
2021-10-18 23:36:32 +02:00
.github/workflows build: use github actions for CI/CD () 2021-01-06 01:23:41 +01:00
integrations fix: Mailer: more debug messages () 2021-10-18 22:21:10 +02:00
plugins feat: Add logic to telegram plugin to check previous severity () 2021-10-18 23:36:32 +02:00
webhooks fix(webhook): set alert status from action, not directly () 2020-12-05 11:07:45 +01:00
.gitignore Run pylint in build pipeline () 2020-02-19 22:45:42 +01:00
.pylintrc Run pylint in build pipeline () 2020-02-19 22:45:42 +01: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 () 2020-04-18 21:14:40 +02:00
README.md feat: add plugin for Matrix notifications () 2021-04-18 21:14:21 +02:00
requirements-dev.txt build(deps): fix PyJWT dev requirements file 2021-02-28 10:40:03 +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-2020 Nick Satterly and AUTHORS. Available under the MIT License.