Is this a new feature request?
Wanted change
Problem Description
Current smokeping-docker only supports Email/Slack alerts. Requesting to add alert integration for telegram Robot and DingTalk etc.
Reason for change
Problem Description
Current smokeping-docker only supports Email/Slack alerts. Requesting to add alert integration for WeCom Robot and DingTalk Robot, which are critical communication tools widely used in Chinese enterprise environments.
Feature Request Details
-
WeCom Robot Integration
Implement alert notifications via WeCom Webhooks
-
DingTalk Robot Integration
Implement alert notifications via DingTalk Webhooks
-
Environment Configuration
Add configurable environment variables:
ALERT_WECOM_URL=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx
ALERT_DINGTALK_URL=https://oapi.dingtalk.com/robot/send?access_token=xxx
4. **Message Format
Support Markdown-formatted messages with key information:
Alert status (CRITICAL/WARNING)
Target hostname
Latency metrics
Timestamp
(Optional) Direct link to Smokeping dashboard
Security
Maintain existing security practices when handling webhook URLs
Proposed code change
No response
Is this a new feature request?
Wanted change
Problem Description
Current smokeping-docker only supports Email/Slack alerts. Requesting to add alert integration for telegram Robot and DingTalk etc.
Reason for change
Problem Description
Current smokeping-docker only supports Email/Slack alerts. Requesting to add alert integration for WeCom Robot and DingTalk Robot, which are critical communication tools widely used in Chinese enterprise environments.
Feature Request Details
WeCom Robot Integration
Implement alert notifications via WeCom Webhooks
DingTalk Robot Integration
Implement alert notifications via DingTalk Webhooks
Environment Configuration
Add configurable environment variables:
4. **Message Format
Support Markdown-formatted messages with key information:
Alert status (CRITICAL/WARNING)
Target hostname
Latency metrics
Timestamp
(Optional) Direct link to Smokeping dashboard
Security
Maintain existing security practices when handling webhook URLs
Proposed code change
No response