zzsj0928 / luci-app-pushbot

PushBot running on openwrt
341 stars 57 forks source link

无法推送信息 #77

Closed GOUKI9999 closed 1 year ago

GOUKI9999 commented 1 year ago

更新到最新版本 3.60 2022.07.22-1708 使用pushplus推送 ,配置无误,点击测试每次均可以收到推送信息 但根据日志看,设定的事件发生后无一推送成功

在两台路由器上测试,结果相同

2022-08-08 17:17:27 【!!警报!!】 CPU 负载过高: 2.69 2022-08-08 17:17:27 【!!警报!!】 CPU 占用前三: /usr/share/uugamebooster/uuplugin 23% /usr/sbin/nlbwmon 4% /etc/openclash/clash 0% 2022-08-08 19:24:37 【!!警报!!】 CPU 负载过高: 2.93 2022-08-08 19:24:37 【!!警报!!】 CPU 占用前三: /usr/share/uugamebooster/uuplugin 25% /etc/openclash/clash 0% /usr/bin/AdGuardHome/AdGuardHome 0% 2022-08-08 22:19:53 【!!警报!!】 CPU 负载过高: 2.79 2022-08-08 22:19:53 【!!警报!!】 CPU 占用前三: /usr/share/uugamebooster/uuplugin 25% /etc/openclash/clash 5% /usr/bin/AdGuardHome/AdGuardHome 5% 2022-08-08 23:26:14 【初始化】载入在线设备 2022-08-08 23:26:26 【初始化】载入在线设备 2022-08-08 23:27:06 【初始化】初始化完成 2022-08-08 23:27:20 【定时数据】创建定时任务 2022-08-08 23:27:21 定时推送任务完成 2022-08-08 23:41:49 【!!警报!!】 CPU 负载过高: 2.65 2022-08-08 23:41:49 【!!警报!!】 CPU 占用前三: /usr/share/uugamebooster/uuplugin 25% /usr/sbin/nlbwmon 2% /etc/openclash/clash 0%

如图事件均未收到

pushplus的api文件配置为 { "_api": "这是 Pushbot:PushPlus api 文件", "_api": "【PushPlus推送】",

"url": "http://www.pushplus.plus/send",
"data": "@${tempjsonpath}",
"content_type": "Content-Type:application/json",
"str_title_start": "#### ",
"str_title_end": "",
"str_linefeed": "\\n\\n",
"str_splitline": "\\n----\\n",
"str_space": " ",
"str_tab": "    ",
"table_tab": "",
"font_green": "<font color=#92D050>",
"font_green2": "",
"font_red": "<font color=#FF6666>",
"font_blue": "<font color=#76CCFF>",
"font_purple": "<font color=#6A65FF>",
"font_end": "</font>",
"font_end2": "",
"percentsym": "",
"boldstar": "",
"type":
  {
        "token": "\"${pp_token}\"",
        "channel": "\"${pp_channel}\"",
        "webhook": "\"${pp_webhook}\"",
        "topic": "\"${pp_topic}\"",
    "title": "\"${1}\"",
    "content": "\"${2}\"",
    "template": "\"markdown\""
  }

}