remodeling

This commit is contained in:
jackdaw@loafle.com
2017-04-27 19:02:08 +09:00
parent 7160cc3b6f
commit 5c5d1844a2
12 changed files with 368 additions and 154 deletions

View File

@@ -0,0 +1,23 @@
{
"id" : "736387363",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"redis",
"container":"java_proxy"
},
"items" : [
]
}

View File

@@ -0,0 +1,23 @@
{
"id" : "989238744",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"sql",
"container":"java_proxy"
},
"items" : [
]
}

View File

@@ -0,0 +1,23 @@
{
"id" : "123980918237",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"health_activedirectory",
"container":"network_proxy"
},
"items" : [
]
}

11
test_agent/global.yaml Normal file
View File

@@ -0,0 +1,11 @@
central:
address: "http://localhost:9090"
port: 443
logPath: "./bin/log.xml"
paths:
rootFolder : "/root/gowork/src/loafle.com/overflow/config_manager_go/test_agent/"
configFolder : "config/"
binaryFolder : "container/"
pidFolder : "pids/"
scriptFile : "start"
intervalSecond: 10

23
test_agent/test.json Normal file
View File

@@ -0,0 +1,23 @@
{
"id" : "123980918237",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"health_activedirectory",
"container":"network_proxy"
},
"items" : [
]
}