diff --git a/test_agent/config/container/network_proxy/health_activedirectory/123980918237 b/test_agent/config/container/network_proxy/health_activedirectory/123980918237 index 9883c1b..613e98e 100644 --- a/test_agent/config/container/network_proxy/health_activedirectory/123980918237 +++ b/test_agent/config/container/network_proxy/health_activedirectory/123980918237 @@ -8,11 +8,8 @@ "portType" : "tcp" }, "auth" : { - "url":"jdbc:sqlserver://192.168.1.106:1433;", - "id":"sa", - "pw":"qwe123", - "query" : "select * from master.dbo.sysprocesses" - } + + } }, "schedule" : { "interval" : "10" @@ -22,29 +19,5 @@ "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" - } - } - ] + ] } \ No newline at end of file