50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"id" : "123980918237",
|
|
"target" : {
|
|
"connection" : {
|
|
"ip" : "192.168.1.103",
|
|
"port" : "1433",
|
|
"ssl" : false,
|
|
"portType" : "tcp"
|
|
},
|
|
"auth" : {
|
|
"url":"jdbc:sqlserver://192.168.1.106:1433;",
|
|
"id":"sa",
|
|
"pw":"qwe123",
|
|
"query" : "select * from master.dbo.sysprocesses"
|
|
}
|
|
},
|
|
"schedule" : {
|
|
"interval" : "10"
|
|
},
|
|
"crawler" : {
|
|
"name":"health_activedirectory",
|
|
"container":"network_proxy"
|
|
},
|
|
"items" : [
|
|
{
|
|
"keys" : [
|
|
{
|
|
"metric" : "object[$0].db[$1].datafile_size",
|
|
"key" : "Data File(s) Size (KB)"
|
|
},
|
|
{
|
|
"metric" : "object[$0].db[$1].logfile_size",
|
|
"key" : "Log File(s) Size (KB)"
|
|
}
|
|
],
|
|
"queryInfo" : {
|
|
"query": "select object_name,instance_name, counter_name, cntr_value from sys.dm_os_performance_counters where ( counter_name = 'Data File(s) Size (KB)' or counter_name = 'Log File(s) Size (KB)' ) AND object_name = 'SQLServer:Databases'",
|
|
"extend" : {
|
|
"test":"test"
|
|
}
|
|
},
|
|
"mappingInfo" : {
|
|
"parseDirection" : "row",
|
|
"arrayColumns" : [ "object_name","instance_name"],
|
|
"keyColumns" : ["counter_name"],
|
|
"valueColumn" : "cntr_value"
|
|
}
|
|
}
|
|
]
|
|
} |