X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=5088eaeaabe9847b82cb3b1c74cf40b2c2fdb382;hb=1ec46a6e59cb17f11633a0c07865c2e9e44d374e;hp=ec2d51ca92427d02be8cb0d1f65f7959eaaf8671;hpb=6d1b256ee5ce8c845acfa3c59d0f96c1a1164aad;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index ec2d51ca..5088eaea 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -298,6 +298,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" @@ -642,7 +677,7 @@ # Password "secret" # Interface "eth0" @LOAD_PLUGIN_NETWORK@ -# TimeToLive "128" +# TimeToLive 128 # # # server setup: # Listen "ff18::efc0:4a42" "25826" @@ -967,6 +1002,8 @@ # DeleteGauges false # DeleteSets false # TimerPercentile 90.0 +# TimerPercentile 95.0 +# TimerPercentile 99.0 # TimerLower false # TimerUpper false # TimerSum false