This commit is contained in:
geek
2018-07-02 17:44:53 +09:00
parent c4797016b9
commit d8d6198c44
14 changed files with 115 additions and 92 deletions

View File

@@ -1,4 +0,0 @@
{
"tempKey": "e5f6a72149dc11e890a40242ac120004",
"acceptedDate": 1524807456000
}

View File

@@ -4,7 +4,7 @@
"apiKey": "52abd6fd57e511e7ac52080027658d13"
},
"central": {
"address": "192.168.1.101:19100",
"address": "192.168.1.103:19100",
"connector": {
"reconnectInterval": 5,
"reconnectTryTime": 10,

View File

@@ -1,39 +0,0 @@
{
"configID" : "989238744",
"target" : {
"connection" : {
"ip" : "192.168.1.50",
"port" : "5432",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
"url":"jdbc:postgresql://192.168.1.50:5432/overflow",
"id":"overflow",
"pw":"qwer5795"
},
"meta": {
}
},
"schedule" : {
"interval" : "3"
},
"crawler" : {
"name":"POSTGRESQL",
"container":"GENERAL"
},
"items" : [
{
"keys" : [
{
"metric":"net.pgsql.connection_count",
"key" : "connection_count"
}
],
"queryInfo":{
"query" : "select count(pid) as connection_count from pg_catalog.pg_stat_activity where state <> 'idle';"
},
"mappingInfo" : {}
}
]
}

0
_build/config_/_ Normal file
View File