Skip to content

Releases: dingdingpw/monitor

v.1.1.2

05 May 15:00

Choose a tag to compare

新增每节点本周期流量统计,默认每月 1 号重置,后台可设置 1-31 号;小月没有对应日期时自动按当月最后一天重置。
本周期上传/下载流量由中心端持久化到 server.json,节点或中心端重启后会继续保持统计。

v1.1.1

03 May 07:44

Choose a tag to compare

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

03 May 04:05

Choose a tag to compare

严重升级提示

本次更新缩减了发布文件体积,清理了历史残留的前端构建文件,并重新生成了内嵌前端和 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

02 May 11:00

Choose a tag to compare

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.