Files
hertzbeat/e2e/data/monitor-ftp.json
T
f3bc7f55c5 [feature] Add Sftp config for monitor (#3038)
Co-authored-by: yinyijun <yingey2011>
Co-authored-by: yunfan24 <yunfan24@outlook.com>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: yinyijun <yinyijun6@mgtv.com>
2025-02-07 23:57:06 +08:00

47 lines
807 B
JSON

{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "ftp",
"host": "127.0.0.1",
"name": "{{.param.monitorFTP}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 21
},
{
"field": "direction",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "timeout",
"type": 0,
"paramValue": 1000
},
{
"field": "ssl",
"type": 1,
"paramValue": false
},
{
"field": "username",
"type": 1
},
{
"field": "password",
"type": 1
}
]
}