运维
运维
目前告警通知 和告警恢复 都到了触发条件 是 同时发送到一条信息 希望能可以 告警通知是一条消息 告警恢复是另一条消息
func main() { endpoint := winrm.NewEndpoint("host", 5985, false, false, nil, nil, nil, 0) params := winrm.DefaultParameters params.TransportDecorator = func() winrm.Transporter { return &winrm.ClientNTLM{} } client, err := winrm.NewClientWithParameters(endpoint, "test", "test",...
File: [/zh_CN/data-integration/data-bridge-kafka.md](https://docs.emqx.com/zh/emqx/latest/data-integration/data-bridge-kafka.html#%E5%88%9B%E5%BB%BA-kafka-%E7%94%9F%E4%BA%A7%E8%80%85%E8%BF%9E%E6%8E%A5%E5%99%A8) Could you please provide how to configure directly in the MQTT configuration file instead of through the console? --- *This issue was automatically translated from Chinese.*