X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a25cce55ffbde8bfab146f4227093388cd589880;hp=5196979ea8b3fdef0d506f827df8987afb962c5d;hb=e1812f8e5c5f91328398c66b602d07ee7c6ede51;hpb=e4df561e0843e4fc93a57609955fea00618da6ec diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 5196979e..a25cce55 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -347,6 +347,41 @@ # # +# +# Instance "test_http_json" +# +# Type "gauge" +# # Expect: 1 +# +# +# Type "gauge" +# # Expect: 2 +# +# +# Type "gauge" +# # Expect: 3 +# +# +# Type "gauge" +# # Expect: 4 +# +# +# Type "gauge" +# # Expect: 5 +# +# +# Type "gauge" +# # Expect: 6 +# +# +# put this as test.json on your webserver, the above config demonstraces +# how to match them. +# { +# "testArray":[1,2], +# "testArrayInbetween":[{"blarg":3},{"blub":4}], +# "testDirectHit":5, +# "testSubLevelHit":{"oneMoreLevel":6} +# } ## See: http://wiki.apache.org/couchdb/Runtime_Statistics # # Instance "httpd" @@ -1039,6 +1074,12 @@ # DeleteGauges false # DeleteSets false # TimerPercentile 90.0 +# TimerPercentile 95.0 +# TimerPercentile 99.0 +# TimerLower false +# TimerUpper false +# TimerSum false +# TimerCount false # #