X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=cd47bd2613798a617a11a57417b9fe9abfbdbaa6;hb=f85010ec34eb65ceebd0d7c921dea5dd6ce9fd6f;hp=5196979ea8b3fdef0d506f827df8987afb962c5d;hpb=e5980bd18554dc9472c49a12196a9d8f45a4bcf6;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 5196979e..cd47bd26 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -98,6 +98,7 @@ #@BUILD_PLUGIN_BAROMETER_TRUE@LoadPlugin barometer #@BUILD_PLUGIN_BATTERY_TRUE@LoadPlugin battery #@BUILD_PLUGIN_BIND_TRUE@LoadPlugin bind +#@BUILD_PLUGIN_CEPH_TRUE@LoadPlugin ceph #@BUILD_PLUGIN_CONNTRACK_TRUE@LoadPlugin conntrack #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch #@BUILD_PLUGIN_CGROUPS_TRUE@LoadPlugin cgroups @@ -198,12 +199,15 @@ #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka +#@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann +#@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu #@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 # @@ -243,6 +247,7 @@ # RoutingKey "collectd" # Persistent false # StoreRates false +# ConnectionRetryDelay 0 # # @@ -307,6 +312,23 @@ # # +# +# LongRunAvgLatency false +# ConvertSpecialMetricTypes true +# +# SocketPath "/var/run/ceph/ceph-osd.0.asok" +# +# +# SocketPath "/var/run/ceph/ceph-osd.1.asok" +# +# +# SocketPath "/var/run/ceph/ceph-mon.ceph1.asok" +# +# +# SocketPath "/var/run/ceph/ceph-mds.ceph1.asok" +# +# + # # CGroup "libvirt" # IgnoreSelected false @@ -347,6 +369,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" @@ -590,6 +647,7 @@ # # # RegisterBase 1234 +# RegisterCmd ReadHolding # RegisterType float # Type gauge # Instance "..." @@ -698,7 +756,7 @@ # Interface "eth0" # ResolveInterval 14400 @LOAD_PLUGIN_NETWORK@ -# TimeToLive "128" +# TimeToLive 128 # # # server setup: # Listen "ff18::efc0:4a42" "25826" @@ -1039,6 +1097,12 @@ # DeleteGauges false # DeleteSets false # TimerPercentile 90.0 +# TimerPercentile 95.0 +# TimerPercentile 99.0 +# TimerLower false +# TimerUpper false +# TimerSum false +# TimerCount false # # @@ -1233,7 +1297,8 @@ # # -# +# +# URL "http://example.com/collectd-post" # User "collectd" # Password "weCh3ik0" # VerifyPeer true @@ -1247,7 +1312,7 @@ # Format "Command" # StoreRates false # BufferSize 4096 -# +# # # @@ -1281,14 +1346,36 @@ # # Host "localhost" # Port 5555 -# Protocol UDP +# Protocol TCP +# Batch true +# BatchMaxSize 8192 # StoreRates true # AlwaysAppendDS false # TTLFactor 2.0 +# Notifications true +# CheckThresholds false +# EventServicePrefix "" +# +# Tag "foobar" +# Attribute "foo" "bar" +# + +# +# +# Host "localhost" +# Port 3030 +# StoreRates true +# AlwaysAppendDS false +# Notifications true +# Metrics true # EventServicePrefix "" +# MetricHandler "influx" +# MetricHandler "default" +# NotificationHandler "flapjack" +# NotificationHandler "howling_monkey" # # Tag "foobar" -# Attribute "foo" "bar" +# Attribute "foo" "bar" # # @@ -1301,6 +1388,11 @@ # # +# +# Host "localhost" +# Port "2181" +# + ############################################################################## # Filter configuration # #----------------------------------------------------------------------------#