Commit Graph

10 Commits

Author SHA1 Message Date
Akizon77
10f2548868 feat: 添加自动发现功能及相关配置 2025-08-09 04:50:59 +00:00
imlonghao
547df7a40a feat: 启动时输出监控的文件夹和网卡名 2025-08-02 10:48:26 +08:00
Akizon77
a984adc56d feat: #5 支持指定挂载路径 2025-07-20 07:58:13 +00:00
Akizon77
4704d0daa8 feat: https://github.com/komari-monitor/komari/issues/94 流量按月统计 2025-07-20 07:54:04 +00:00
Akizon77
b18f79bf4e feat: 添加网络接口包含和排除选项 2025-07-03 14:01:57 +08:00
Akizon77
9e35c5180e feat: 可以指定基础信息上报时间 2025-06-27 14:04:23 +08:00
Akizon77
d0052ff27d feat: 添加ping检测 2025-06-21 16:21:30 +08:00
Akizon77
562c8ffa3c feat: 添加安全的WebSocket连接管理,支持ping任务功能 2025-06-21 14:43:41 +08:00
Akizon77
7c79020153 feat: 添加memory-mode-available,使用available内存 2025-06-18 14:30:12 +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