docs: 更新架构文档示例配置
This commit is contained in:
parent
26cc907024
commit
210cfb0b4d
|
|
@ -1,7 +1,7 @@
|
|||
# SysMonitord 开发规范与架构说明书
|
||||
|
||||
> **版本**: v1.0.1
|
||||
> **日期**: 2026-03-22
|
||||
> **版本**: v1.0.2
|
||||
> **日期**: 2026-03-26
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -102,13 +102,18 @@ SysMonitord 采用 **模块化** 设计,旨在降低耦合度,提升扩展
|
|||
"/home/admin/logs/",
|
||||
"/var/cache/myapp/"
|
||||
],
|
||||
"scan_paths": [
|
||||
"/home/admin/app/",
|
||||
"/usr/local/bin/"
|
||||
],
|
||||
"monitor_config": {
|
||||
"ssh_monitor": {
|
||||
"enabled": true,
|
||||
"alert_on_root_login": true
|
||||
},
|
||||
"system_monitor": {
|
||||
"collect_interval": "10s",
|
||||
"enabled": true,
|
||||
"interval": 30,
|
||||
"collect_network": true,
|
||||
"collect_process": true,
|
||||
"process_limit": 10,
|
||||
|
|
|
|||
Reference in New Issue
Block a user