Prometheus 模板: {{ .Timestamp }} DingTalk 表示:显示警报触发的时间。 6. 度量标准: Prometheus 模板: {{ $labels.job }}:{{ .Value }} DingTalk 表示:显示度量标准,如“job:值”。 7. URL: Prometheus 模板: {{ .GeneratorURL }} DingTalk 表示:点击时打开警报的生成页面。 8. 日志 URL(如果存在...
url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx mention: mobiles: ['156xxxx8827', '189xxxx8325'] ~ 5、重启webhook [root@node1 prometheus-webhook-dingtalk]# docker restart webhook 6、查看webhook日志 [root@node1 prometheus-webhook-dingtalk]# docker logs webhook 复制webhook1地...
receivers: # 告警接收者配置,定义如何处理和发送告警 - name: webhook webhook_configs: - url: http://192.168.0.201:8060/dingtalk/webhook1/send # 告警 Webhook URL send_resolved: true # 是否发送已解决的告警。如果设置为 true,则在告警解决时发送通知 注意webhook的url是前面webhookq启动日志里有的地址。
文章目录一、前提准备及规划二、安装及启动2.1 Prometheus安装启动2.2 Node_export安装启动2.3 Alertmanager安装启动2.4 Webhook-dingtalk安装启动三、配置及测试3.1 Webhook-dingtalk配置钉钉webhook地址3.2 Alertmanager配置钉钉告警3.3 Prometheus集成Alertmanager及告警规则配置四、测试告警 一、前提准备及规划1、服务端口规划: ...
使用--config.file="config.yml"配置启动之后发告警信息,dingtalk日志中一直报target=webhook1 msg="target not found",ui/config中检测targets也是空。 使用--ding.profile=webhook1=url配置启动正常。 最后发现被官方的config.example.yml... 查看原文
三、安装prometheus-webhook-dingtalk 1、下载地址 https://github.com/timonwong/prometheus-webhook-dingtalk/releases 2、安装 [root@testqwe ~]# wget https://github.com/timonwong/prometheus-webhook-dingtalk/releases/download/v2.1.0/prometheus-webhook-dingtalk-2.1.0.linux-amd64.tar.gz ...
/usr/local/dingtalk/prometheus-webhook-dingtalk --log.level=info > dingding.log 2>&1 &检查日志文件,level=info,无level=error的日志信息即可初步判定启动正常: 标记处http://localhost:8060/dingtalk/webhook1/send这个地址在后面alertmanager的配置中会使用。
prometheus-webhook-dingtalk, version 1.4.0 安装记录 prometheus-webhook-dingtalk,是对alertmanager告警的一个扩展,支持钉钉,微信,邮件告警和自建告警模板 最新版将告警方式的添加集成到配置文件中,方便添加与修改 下面就讲一下安装最新版本prometheus-webhookdingtalk 安装与踩到的坑 prometheus-webhook-dingtalk原文地址(实...
5、测试钉钉接收告警 ①、修改prometheus-rules.yaml中的规则 ②、查看prometheus Alerts中的状态(pending或FIRING) 其中pending状态为:已触发告警,未发送。 其中FIRING状态为:已发送告警。(具体信息请查看webhook-dingtalk 的pod日志) image.png image.png
可以使用dingtalk,dingtalk是一个用来发送钉钉告警通知的prometheus插件 github地址 代码语言:javascript 复制 https://github.com/timonwong/prometheus-webhook-dingtalk 5.3企业微信群机器人 企业微信群机器人与钉钉机器人类似,都是webhook类,我们可以自定义python脚本,用来接收alertmanager的告警信息,然后发送至机器人。