-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: dingdingpw/monitor
Releases · dingdingpw/monitor
v.1.1.2
新增每节点本周期流量统计,默认每月 1 号重置,后台可设置 1-31 号;小月没有对应日期时自动按当月最后一天重置。
本周期上传/下载流量由中心端持久化到 server.json,节点或中心端重启后会继续保持统计。
Assets 16
- sha256:07a633b0dd1593352905cbd8bda3299e61e58b29b761565f0ad8517d725a82535.7 MB
2026年05月05日T14:58:36Z - sha256:ea355035ac50225ab33dff20bf272c3e19db72f44c51df1b4c7b9ae54c3e65ed5.88 MB
2026年05月05日T14:58:40Z - sha256:99f2b35cc045e54eb4c6f6922f265a88a9fb342163212393458844f2af272fbf5.44 MB
2026年05月05日T14:58:41Z - sha256:d85184c5f6850d0cd281240397107df4f369cc7c7b86cd150d08fd56f26fb22a5.75 MB
2026年05月05日T14:58:43Z - sha256:d2c590464005adda475acec9dcc3f8945d30fce30a727d0b23356794f87575845.95 MB
2026年05月05日T14:58:44Z - sha256:33edb39a059baa9f3f9b4eae84ae2e9e8e4e8f2c4b9c0975c05d464df6d973226.17 MB
2026年05月05日T14:58:45Z - sha256:78eddacfb9438287a869b3ef9e88fb1c8df03a5bbb7cf7b8e2ee39d740b8cdaf5.6 MB
2026年05月05日T14:58:47Z - sha256:47f8d4f8cec3c6345e9e57ab5ae420e7f67e8492b9f979a6f46468c9e0b6a51e54.8 MB
2026年05月05日T14:58:49Z - sha256:723218ddca508d47b647c292ed1b03b34ce4f86ac1cc3f24ff7b87440d902f7e55 MB
2026年05月05日T14:59:01Z - sha256:5f3d5f30903356ff7b2d785ef852f22b6df04ebd964d91f9bde7d6188456f0b754.6 MB
2026年05月05日T14:59:12Z -
2026年05月05日T14:56:23Z -
2026年05月05日T14:56:23Z - Loading
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,降低内存占用并在失败时中断。
Assets 16
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)Assets 16
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.