数据链路:Prometheus -> AlertManager -> alertmanager-webhook-feishu -> Feishu。AlertManager 配置文件中添加: receivers: - name: 'you_name_it' webhook_configs: - url: 'http://alertmanager-webhook-feishu.monitoring/hook/your_group_name' send_resolved: true 完整配置参数: $ alertmanager-webhook-feishu...
$ alertmanager-webhook-feishu server --config=/path/to/config.yml 数据链路:Prometheus -> AlertManager -> alertmanager-webhook-feishu -> Feishu。AlertManager 配置文件中添加: receivers: -name:'you_name_it'webhook_configs: -url:'http://alertmanager-webhook-feishu.monitoring/hook/your_group_name'send...