summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e537c7e)
raw | patch | inline | side by side (parent: e537c7e)
author | Marc Fournier <marc@bl.uem.li> | |
Thu, 15 Dec 2016 21:35:07 +0000 (22:35 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Thu, 15 Dec 2016 21:35:07 +0000 (22:35 +0100) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index d9031199e192d47be4965473cfa4ee143d1f24de..76a3f546568c90cc9c42e02717f7d04a1ac8641b 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LoadPlugin df
LoadPlugin disk
#LoadPlugin dns
+#LoadPlugin dpdkstat
#LoadPlugin drbd
#LoadPlugin email
LoadPlugin entropy
#LoadPlugin fscache
#LoadPlugin gmond
#LoadPlugin gps
+#LoadPlugin hugepages
#LoadPlugin hddtemp
LoadPlugin interface
#LoadPlugin ipc
#LoadPlugin write_http
#LoadPlugin write_kafka
#LoadPlugin write_log
+#LoadPlugin write_prometheus
#LoadPlugin write_redis
#LoadPlugin write_riemann
#LoadPlugin write_sensu
#<Plugin battery>
# ValuesPercentage false
# ReportDegraded false
+# QueryStateFS false
#</Plugin>
#<Plugin bind>
# SelectNumericQueryTypes false
#</Plugin>
+#<Plugin dpdkstat>
+# Interval 1
+# Coremask "0xf"
+# ProcessType "secondary"
+# FilePrefix "rte"
+# EnabledPortMask 0xffff
+# PortName "interface1"
+# PortName "interface2"
+#</Plugin>
+
#<Plugin email>
# SocketFile "/var/run/collectd-email"
# SocketGroup "collectd"
# Port 7634
#</Plugin>
+#<Plugin hugepages>
+# ReportPerNodeHP true
+# ReportRootHP true
+# ValuesPages true
+# ValuesBytes false
+# ValuesPercentage false
+#</Plugin>
+
#<Plugin interface>
# Interface "eth0"
# IgnoreSelected false
# <Instance "local">
# Socket "/var/run/memcached.sock"
# or:
-# Host "127.0.0.1"
+# #Host "memcache.example.com"
+# Address "127.0.0.1"
# Port "11211"
# </Instance>
#</Plugin>
# Instance "local_user"
# </Match>
# </File>
+# <File "/var/log/nginx/apache-time.log">
+# #Use the following log format in nginx:
+# #log_format response_time '[$host] "$upstream_response_time" ...'
+# Instance "apache"
+# <Match>
+# Regex "^\\S+ \"([0-9.]+)\""
+# <DSType Distribution>
+# Percentile 80 # -> latency-foo-80
+# Percentile 95 # -> latency-foo-95
+# Percentile 99 # -> latency-foo-99
+# Bucket 0 0.1 # -> bucket-latency-foo-0_0.1
+# Bucket 0.1 0.2 # -> bucket-latency-foo-0.1_0.2
+# Bucket 0.2 0.5 # -> bucket-latency-foo-0.2_0.5
+# Bucket 0.5 1.0 # -> bucket-latency-foo-0.5_1
+# Bucket 1.0 2.0 # -> bucket-latency-foo-1_2
+# Bucket 2.0 0 # -> bucket-latency-foo-2_inf
+# </DSType>
+# Type "latency"
+# Instance "foo"
+# </Match>
+# </File>
#</Plugin>
#<Plugin tail_csv>
# RefreshInterval 60
# Domain "name"
# BlockDevice "name:device"
+# BlockDeviceFormat target
+# BlockDeviceFormatBasename false
# InterfaceDevice "name:device"
# IgnoreSelected false
# HostnameFormat name
# StoreRates true
# AlwaysAppendDS false
# EscapeCharacter "_"
+# SeparateInstances false
+# PreserveSeparator false
+# DropDuplicateFields false
# </Node>
#</Plugin>
# </Topic>
#</Plugin>
+#<Plugin write_prometheus>
+# Port "9103"
+#</Plugin>
+
#<Plugin write_redis>
# <Node "example">
# Host "localhost"