========================== Cabot Dingding Alert Plugin
A plugin for Cabot_ service monitoring that will post alerts to a URL.
The plugin will POST a payload like the following to a user-defined endpoint::
payload = {
"msgtype": "text",
"text": {
"content": message
},
"at": {
"atMobiles": [
service.name
],
"isAtAll": True
}
}
Installation
Install from pip::
$ pip install cabot-alert-dingding
Edit conf/*.env::
# add cabot_alert_dingding to your comma separated list
CABOT_PLUGINS_ENABLED=cabot_alert_dingding
Run migrations and restart cabot::
$ cabot migrate
.. _Cabot: https://cabotapp.com
Release files for cabot-alert-dingding 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cabot-alert-dingding-0.2.2.tar.gz | 2.8 kB | Details |
Release files / cabot-alert-dingding-0.2.2.tar.gz
| Download URL | cabot-alert-dingding-0.2.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f3ca4a3a8653ae110e7f5412a384a276ce74cc5bd52ad781a90eb8fff3d768c
|
|
BLAKE2b-256 checksum How to use checksums |
beab6fe3f432d01c710a9fc47af745d6ec7458271131c5bfd5f1f65da289f594
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.5
|