[collector,manager,doc]feature 支持Linux操作系统监控类型 (#20)

* [collector,manager]支持Linux操作系统监控类型

* [collector,manager]linux监控类型新增内存,磁盘,网络监控指标

* [web-app]前端放开操作系统

* [home]适配支持Linux操作系统监控帮助文档
This commit is contained in:
tomsun28
2022-03-12 14:16:50 +08:00
committed by GitHub
parent 0f5a0c0cfc
commit 5b33ac687e
16 changed files with 589 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
app: linux
param:
- field: host
name: 主机Host
type: host
required: true
- field: port
name: 端口
type: number
range: '[0,65535]'
required: true
defaultValue: 22
placeholder: '请输入端口'
- field: username
name: 用户名
type: text
limit: 20
required: true
- field: password
name: 密码
type: password
required: true