家里刚好一台24h运行的小型Linux物理机 突发奇想写着玩的
基于go-cqhttp和sensors的Linux温度监控程序
sensors node(可选)
sudo apt install lm-sensors
sudo apt install nodejs
程序需要挂在后台运行,建议使用screen或者nohup
node apiSend.js
chmod +x apiSend && ./apiSend
{
"ip": "http://0.0.0.0:5700", //仅支持http方式传输(需要其他协议可自行修改代码)
"qq": "11111", //qq号
"token": "xxxxx", //机器人token,没有测试,应该可以留空
"temp": "45", //温度达到45度后机器人发送消息
"interval": 60000 //多少毫秒查询一次(默认一分钟)
}
全局安装pkg
npm install -g pkg
下载 apiSend.js
pkg -t node14-linux apiSend.js