X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a25cce55ffbde8bfab146f4227093388cd589880;hb=8aad55ab7d737a97d5927458b2b00885e27cae4d;hp=5196979ea8b3fdef0d506f827df8987afb962c5d;hpb=2188e501bf6c31737ad81a8ca0f70aa7e6c8f31b;p=collectd.git 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 # #