X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=5af15684092acb486b57d90023f7203da1a9abaa;hb=d11c1f68458465f1c9dcfd0396704b7fba7d5804;hp=9f0390e4451623693bd3a5753861b87c59428d1d;hpb=106e1c7925965f048ac32b55a813fce728740e8b;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 9f0390e4..5af15684 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -144,6 +144,7 @@ #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail +#@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2 @@ -854,13 +855,16 @@ # DaemonAddress "unix:/tmp/rrdcached.sock" # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd" # CreateFiles true +# CreateFilesAsync false # CollectStatistics true # # # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd" +# CreateFilesAsync false # CacheTimeout 120 # CacheFlush 900 +# WritesPerSecond 50 # # @@ -956,6 +960,33 @@ # # +# +# +# Type "percent" +# Instance "dropped" +# ValueFrom 1 +# +# +# Type "bytes" +# Instance "wire-realtime" +# ValueFrom 2 +# +# +# Type "alerts_per_second" +# ValueFrom 3 +# +# +# Type "kpackets_wire_per_sec.realtime" +# ValueFrom 4 +# +# +# Instance "snort-eth0" +# Interval 600 +# Collect "dropped" "mbps" "alerts" "kpps" +# TimeFrom 0 +# +# + # # ListeningPorts false # LocalPort "25" @@ -1021,15 +1052,15 @@ # # -# +# # Host "localhost" # Port "2003" # Prefix "collectd" # Postfix "collectd" -# StoreRates false +# StoreRates true # AlwaysAppendDS false # EscapeCharacter "_" -# +# # # @@ -1050,6 +1081,9 @@ # Port "27017" # Timeout 1000 # StoreRates false +# Database "auth_db" +# User "auth_user" +# Password "auth_passwd" # # @@ -1065,6 +1099,7 @@ # # Host "localhost" # Port 5555 +# Protocol UDP # StoreRates true # AlwaysAppendDS false #