crawler_go/test/example.json

28 lines
394 B
JSON
Raw Permalink Normal View History

2017-04-14 08:31:12 +00:00
{
2017-04-27 10:42:46 +00:00
"id" : "test_id_001",
2017-04-14 08:31:12 +00:00
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
2017-04-27 06:24:30 +00:00
"name":"redis_crawler",
"container":"java_proxy"
2017-04-14 08:31:12 +00:00
},
"items" : [
2017-04-27 06:24:30 +00:00
{
"type":"cpu",
"":[],
"":[],
}
2017-04-14 08:31:12 +00:00
]
}