[monitor]feature:support hide advanced params define (#68)

* feature:support hide advanced params define
* feature:all monitors set advanced params
* feature:remove duplicate port monitor yml
This commit is contained in:
tomsun28
2022-04-06 07:38:54 +08:00
committed by GitHub
parent 51266aab87
commit ce528808c7
18 changed files with 377 additions and 71 deletions

View File

@@ -1,25 +0,0 @@
category: service
app: telnet
name:
zh-CN: TELNET端口可用性
en-US: PORT TELNET
configmap:
- key: host
type: 1
- key: port
type: 0
- key: timeout
type: 0
metrics:
- name: summary
priority: 0
fields:
- field: responseTime
type: 0
unit: ms
protocol: telnet
# 当protocol为telnet协议时具体的采集配置
telnet:
host: ^_^host^_^
port: ^_^port^_^
timeout: ^_^timeout^_^