grpc javar
  start script
This commit is contained in:
snoop 2017-05-17 19:41:35 +09:00
parent 48ca19f70c
commit 276e7b6fa8

View File

@ -0,0 +1,44 @@
{
"id" : "444441122312",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
"url":"jdbc:mysql://192.168.1.215:3306",
"id":"root",
"pw":"qwe123"
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"SQL",
"container":"java_proxy"
},
"items" : [
{
"keys" : [
{
"metric":"net.connection_count",
"key":"Connections"
}
],
"queryInfo" : {
"query":"show status where `variable_name` = 'Connections'"
},
"mappingInfo" : {
"parseDirection" : "row",
"valueColumn" : "Value",
"keyColumns" : [
"Variable_name"
]
}
}
]
}