Releases: dingdingpw/monitor
Releases · dingdingpw/monitor
v.1.1.2
v1.1.1
Windows Agent 支持真正 Windows Service 模式。
Windows 安装脚本修复 TLS 1.2、服务创建、中文 Node ID、UTF-8 BOM。
Agent 配置解析兼容带 BOM 的 config.env。
Release 构建脚本改为 go build -p 1,降低内存占用并在失败时中断。
v1.1.0
严重升级提示
本次更新缩减了发布文件体积,清理了历史残留的前端构建文件,并重新生成了内嵌前端和 release 二进制。更新过程中如果替换、卸载或导入操作不当,可能会造成节点、套餐信息、站点设置或 token 数据丢失。
升级前请务必备份中心端数据文件:
sudo cp /var/lib/vps-monitor/server.json /var/lib/vps-monitor/server.json.bak.$(date +%Y%m%d%H%M%S)v1.0.0
Summary
- Hardened server and agent authentication with per-node Agent tokens.
- Rewrote README for the current install and release workflow.
- Rebuilt Linux and Windows release artifacts with LF-safe shell scripts.
Notes
- Existing agents from the old global-token flow must be reinstalled from newly generated admin commands.
- Linux shell scripts are published with LF endings.