X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=95734c266bb89af3dd4d4605cd6519fe40cad0cd;hb=ca316d91e178412604ea8462dc60a8bc32cbfc87;hp=5196979ea8b3fdef0d506f827df8987afb962c5d;hpb=04b620afa8ff7c9f6565e57174fe5b9b9d462d61;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 5196979e..95734c26 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -204,6 +204,7 @@ #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc +#@BUILD_PLUGIN_ZOOKEEPER_TRUE@LoadPlugin zookeeper ############################################################################## # Plugin configuration # @@ -347,6 +348,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" @@ -591,6 +627,7 @@ # # RegisterBase 1234 # RegisterType float +# ModbusRegisterType holding # Type gauge # Instance "..." # @@ -698,7 +735,7 @@ # Interface "eth0" # ResolveInterval 14400 @LOAD_PLUGIN_NETWORK@ -# TimeToLive "128" +# TimeToLive 128 # # # server setup: # Listen "ff18::efc0:4a42" "25826" @@ -1039,6 +1076,12 @@ # DeleteGauges false # DeleteSets false # TimerPercentile 90.0 +# TimerPercentile 95.0 +# TimerPercentile 99.0 +# TimerLower false +# TimerUpper false +# TimerSum false +# TimerCount false # # @@ -1282,13 +1325,17 @@ # Host "localhost" # Port 5555 # Protocol UDP +# Batch false +# BatchMaxSize 8192 # StoreRates true # AlwaysAppendDS false # TTLFactor 2.0 +# Notifications true +# CheckThresholds false # EventServicePrefix "" # # Tag "foobar" -# Attribute "foo" "bar" +# Attribute "foo" "bar" # # @@ -1301,6 +1348,11 @@ # # +# +# Host "localhost" +# Port "2181" +# + ############################################################################## # Filter configuration # #----------------------------------------------------------------------------#