推送Sentry报错信息到钉钉群,并且@具体的人员
Project description
Sentry DingTalk Notify People
Sentry 集成钉钉机器人通知,并且通知人员。
本插件是基于sentry-dingtalk-notify 进行的二次开发,加上了自定义的需求。
Requirments
- sentry >= 21.5.1
特性
- 发送异常通知到钉钉
- 支持钉钉机器人webhook设置关键字
- 支持通知到具体的用户
- 配置环境变量
- DINGTALK_WEBHOOK: Optional(string)
- DINGTALK_CUSTOM_KEYWORD: Optional(string)
- DINGTALK_PHONES: Optional(string)
快速使用
安装
-
使用
pip命令$ pip install dt-notify-to-people
-
写入依赖文件
onpremise-xxx/sentry/requirements.txt$ echo dt-notify-to-people= >> requirements.txt
钉钉机器人
配置钉钉机器人并拿到对应的 webhook, 可以对机器人设置 关键词、签名、IP限制。
配置
- Sentry安装项目下的requirements.txt,添加dt-notify-to-people==1.0.8;
- 在 Sentry 面板 Settings > Integrations 中找到 DingTalk 并配置 webhook、关键词等信息,添加项目,创建告警规则;
关于插件编写
-
具体教程可以阅读这边文章《如何开发自己的Python库》;
-
编写自己的插件代码;
-
打包自己的插件代码:
python setup.py sdist bdist_wheel -
上传自己的插件:
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dt_notify_to_people-1.6.8.tar.gz.
File metadata
- Download URL: dt_notify_to_people-1.6.8.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccf78339292bd2b3a56703c676da474fed63341002666520d6560c9714a35e6a
|
|
| MD5 |
f98ed5b1381571c8b277fe453e22aaaa
|
|
| BLAKE2b-256 |
fc3590a2580a8a685ebea5f9a1b23ace9b7ef03789ce7dbaaab2b832c8a4d907
|
File details
Details for the file dt_notify_to_people-1.6.8-py3-none-any.whl.
File metadata
- Download URL: dt_notify_to_people-1.6.8-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e13ca0dfafb2ca11cdb9884e136d6696559b82794901151bdd22c0fc11fe390f
|
|
| MD5 |
ef2b9d1ce1307946141fc13c2d8e9a3f
|
|
| BLAKE2b-256 |
6973e6b67395dd9cfbae4f248b65a86e5f569ac047ee4d79a5413c6c21fde2f1
|