ldap tls true
This commit is contained in:
parent
61fd6942aa
commit
5669f9c258
44
test_agent/config/container/java_proxy/jmx/747788
Normal file
44
test_agent/config/container/java_proxy/jmx/747788
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"id" : "747788",
|
||||
"target" : {
|
||||
"connection" : {
|
||||
"ip" : "192.168.1.103",
|
||||
"port" : "9840",
|
||||
"ssl" : false,
|
||||
"portType" : "tcp"
|
||||
},
|
||||
"auth" : {
|
||||
|
||||
}
|
||||
},
|
||||
"schedule" : {
|
||||
"interval" : "10"
|
||||
},
|
||||
"crawler" : {
|
||||
"name":"JMX",
|
||||
"container":"java_proxy"
|
||||
},
|
||||
"items" : [
|
||||
{
|
||||
"keys" : [
|
||||
{"metric" : "net.connector[$0].localPort", "key" : "localPort"},
|
||||
{"metric" : "net.connector[$0].port", "key" : "port"},
|
||||
{"metric" : "net.connector[$0].protocol", "key" : "protocol"}
|
||||
],
|
||||
"queryInfo" : {
|
||||
"query": "*Catalina:type=Connector,*",
|
||||
"extend" : {
|
||||
"aliases" : [
|
||||
{
|
||||
"key": "port",
|
||||
"index":0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"mappingInfo" : {
|
||||
"arrayColumns" : [ "portName" ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user