X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=ec17e45d39938f3c2b43614e9e70a34eded70991;hb=b63efaaa45f332044cda735e17d463d6e5b7e7a0;hp=2454045d2d6927f951dd3d35ad19116c18bafa55;hpb=ff8752c6bbda5e81d5713300ac4ad60d162dedc3;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 2454045d..ec17e45d 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -185,6 +185,7 @@ #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant +#@BUILD_PLUGIN_TURBOSTAT_TRUE@LoadPlugin turbostat #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users @@ -198,6 +199,7 @@ #@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 @@ -626,6 +628,7 @@ # # # RegisterBase 1234 +# RegisterCmd ReadHolding # RegisterType float # Type gauge # Instance "..." @@ -734,7 +737,7 @@ # Interface "eth0" # ResolveInterval 14400 @LOAD_PLUGIN_NETWORK@ -# TimeToLive "128" +# TimeToLive 128 # # # server setup: # Listen "ff18::efc0:4a42" "25826" @@ -1275,7 +1278,8 @@ # # -# +# +# URL "http://example.com/collectd-post" # User "collectd" # Password "weCh3ik0" # VerifyPeer true @@ -1289,7 +1293,7 @@ # Format "Command" # StoreRates false # BufferSize 4096 -# +# # # @@ -1323,14 +1327,18 @@ # # 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" +# Attribute "foo" "bar" # #