config.json 587 B

1234567891011121314
  1. {
  2. "mongodb":{
  3. "address": "192.168.3.149:27190",
  4. "size": 5,
  5. "dbName": "qfw",
  6. "userName": "admin",
  7. "password": "123456"
  8. },
  9. "cmdText":"cat /mnt/weixin_new/jylog/*.log | grep %s | grep 'SendTmplMsg success' | wc -l",
  10. "noMsgCmdText":"grep '无消息提醒任务' /mnt/pushsubscribe/push/logs/push_%s.log | grep '微信推送结束 true' | wc -l",
  11. "timeTask":"01:00",
  12. "node":"node1",
  13. "mailWarn":"http://172.17.4.195:19281/_send/_mail?program=wxTmplSendTj&to=wangchuanjin@topnet.net.cn&title=每日统计微信模板消息发送量&body=node1未统计到"
  14. }