channelConfig.json 752 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "id": 1312312,
  4. "channelId": 3,
  5. "title": "告警邮件配置",
  6. "param": {
  7. "userName":"xxx",
  8. "passWord":"xxx",
  9. "host":"smtp.qq.com",
  10. "port":465,
  11. "mailSmtpAuth":true,
  12. "from":"1111111@qq.com",
  13. "to":"abcdef@yeah.net,1211111@qq.com"
  14. },
  15. "createAt": 1683816661690
  16. },
  17. {
  18. "id": 1313123,
  19. "channelId": 1,
  20. "title": "告警钉钉配置",
  21. "param": {
  22. "dingTalkWebhook":"xxxxxxxxxxxxxxxx",
  23. "dingTalkSecret":"xxxx"
  24. },
  25. "createAt": 1683816661690
  26. },
  27. {
  28. "id": 32141342,
  29. "channelId": 2,
  30. "title": "告警企业微信配置",
  31. "param": {
  32. "qyWechatWebhook":"xxxxxxxxxxxxxxxx"
  33. },
  34. "createAt": 1683816661690
  35. }
  36. ]