Commit Graph

10 Commits

Author SHA1 Message Date
9834a55e5d feat: 添加自定义 DNS 解析器 2025-09-13 02:05:00 +08:00
Akizon77
2d1f25e1bf feat: 添加内存使用缓存选项并弃用旧标志 2025-09-06 04:15:28 +00:00
xdf
fb9828378b feat: 添加Cloudflare Access支持,允许通过请求头传递Client ID和Client Secret 2025-08-20 16:32:53 +09:00
Akizon77
10f2548868 feat: 添加自动发现功能及相关配置 2025-08-09 04:50:59 +00: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
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