[monitor] 支持TELNET监测服务端口可用性监控类型
This commit is contained in:
21
manager/src/main/resources/define/app/telnet.yml
Normal file
21
manager/src/main/resources/define/app/telnet.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
app: 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^_^
|
||||
Reference in New Issue
Block a user