Commit Graph

5 Commits

Author SHA1 Message Date
22a4b61536 feat: 增加对 Android 系统的识别支持 2025-09-12 21:52:24 +08:00
JohnsonRan
a0437e9b7b feat: add kernel version reporting for all platforms 2025-08-02 22:20:42 +08:00
JohnsonRan
6841ee05ce feat: add Proxmox VE support 2025-08-02 19:47:12 +08:00
JohnsonRan
d0b9ceb38a feat: add Synology support
Signed-off-by: JohnsonRan <me@ihtw.moe>
2025-07-30 19:17:10 +08:00
Akizon77
e34367de69 Refactor monitoring package: remove platform-specific files and consolidate OS detection and process counting logic
- Deleted os_windows.go and process_windows.go, replacing them with platform-agnostic implementations in unit directory.
- Removed Linux-specific process counting logic from process_linux.go and integrated it into unit.
- Consolidated uptime and OS name retrieval into unit files for better organization.
- Updated update mechanism to use global variables for current version and repository.
- Introduced command-line flags for configuration, including disabling auto-update and web SSH.
- Implemented WebSocket connection handling and terminal interaction for both Unix and Windows systems.
- Added basic info upload functionality to server package, enhancing monitoring capabilities.
2025-05-16 19:56:22 +08:00