summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a16ee2d)
raw | patch | inline | side by side (parent: a16ee2d)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 May 2013 20:28:11 +0000 (22:28 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 May 2013 20:28:11 +0000 (22:28 +0200) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index a422f4079d63729e7aeae7ba5a32447fa2c71c93..2fcf6cf2786920153a37ece88415bdcd296a0e27 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#Timeout 2
#ReadThreads 5
+#WriteThreads 5
##############################################################################
# Logging #
LoadPlugin swap
#LoadPlugin table
#LoadPlugin tail
+#LoadPlugin tail_csv
#LoadPlugin tcpconns
#LoadPlugin teamspeak2
#LoadPlugin ted
#LoadPlugin write_graphite
#LoadPlugin write_http
#LoadPlugin write_mongodb
+#LoadPlugin write_riemann
##############################################################################
# Plugin configuration #
#<Plugin apcups>
# Host "localhost"
# Port "3551"
+# ReportSeconds true
#</Plugin>
#<Plugin ascent>
# SelectDB "custdb0"
# Query "num_of_customers"
# Query "..."
+# Host "..."
# </Database>
#</Plugin>
# DaemonAddress "unix:/var/run/rrdcached.sock"
# DataDir "/var/lib/rrdcached/db/collectd"
# CreateFiles true
+# CreateFilesAsync false
# CollectStatistics true
#
# The following settings are rather advanced
# CacheTimeout 120
# CacheFlush 900
# WritesPerSecond 30
+# CreateFilesAsync false
# RandomTimeout 0
#
# The following settings are rather advanced
# </File>
#</Plugin>
+#<Plugin "tail_csv">
+# <Metric "dropped">
+# Type "percent"
+# Instance "dropped"
+# ValueFrom 1
+# </Metric>
+# <Metric "mbps">
+# Type "bytes"
+# Instance "wire-realtime"
+# ValueFrom 2
+# </Metric>
+# <Metric "alerts">
+# Type "alerts_per_second"
+# ValueFrom 3
+# </Metric>
+# <Metric "kpps">
+# Type "kpackets_wire_per_sec.realtime"
+# ValueFrom 4
+# </Metric>
+# <File "/var/log/snort/snort.stats">
+# Instance "snort-eth0"
+# Interval 600
+# Collect "dropped" "mbps" "alerts" "kpps"
+# TimeFrom 0
+# </File>
+#</Plugin>
+
#<Plugin tcpconns>
# ListeningPorts false
# LocalPort "25"
#</Plugin>
#<Plugin write_graphite>
-# <Carbon>
+# <Node "example">
# Host "localhost"
# Port "2003"
# Prefix "collectd"
# Postfix "collectd"
-# StoreRates false
+# StoreRates true
# AlwaysAppendDS false
# EscapeCharacter "_"
-# </Carbon>
+# </Node>
#</Plugin>
#<Plugin write_http>
# <Node>
#</Plugin>
+#<Plugin write_riemann>
+# <Node "example">
+# Host "localhost"
+# Port 5555
+# Protocol UDP
+# StoreRates true
+# AlwaysAppendDS false
+# </Node>
+# Tag "foobar"
+#</Plugin>
+
Include "/etc/collectd/filters.conf"
Include "/etc/collectd/thresholds.conf"