From: Florian Forster Date: Wed, 19 Aug 2009 15:50:37 +0000 (+0200) Subject: contrib/GenericJMX.conf: Fix some typos and improve type instances. X-Git-Tag: collectd-4.8.0~34 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=36403bcaa8627bf41d209496ad34ddcda0f376e0;hp=2aa2512eff8064e5e2a9c71c2c32feec5d027f35;p=collectd.git contrib/GenericJMX.conf: Fix some typos and improve type instances. --- diff --git a/contrib/GenericJMX.conf b/contrib/GenericJMX.conf index 45c7cf9f..394dd306 100644 --- a/contrib/GenericJMX.conf +++ b/contrib/GenericJMX.conf @@ -141,7 +141,7 @@ Type "io_octets" - #InstancePrefix "" + InstancePrefix "global" #InstanceFrom "" Table false Attribute "bytesReceived" @@ -150,7 +150,7 @@ Type "total_requests" - #InstancePrefix "" + InstancePrefix "global" #InstanceFrom "" Table false Attribute "requestCount" @@ -158,7 +158,7 @@ Type "total_time_in_ms" - InstancePrefix "processing" + InstancePrefix "global-processing" #InstanceFrom "" Table false Attribute "processingTime" @@ -169,12 +169,12 @@ ObjectName "Catalina:type=RequestProcessor,*" InstancePrefix "request_processor-" - InstanceFrom "name" + InstanceFrom "worker" Type "io_octets" #InstancePrefix "" - InstanceFrom "worker" + InstanceFrom "name" Table false Attribute "bytesReceived" Attribute "bytesSent" @@ -183,7 +183,7 @@ Type "total_requests" #InstancePrefix "" - InstanceFrom "worker" + InstanceFrom "name" Table false Attribute "requestCount" @@ -191,7 +191,7 @@ Type "total_time_in_ms" InstancePrefix "processing-" - InstanceFrom "worker" + InstanceFrom "name" Table false Attribute "processingTime"