X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcollectd.conf;fp=debian%2Fcollectd.conf;h=43a76fa819dbd56f3885345cdef99d95ef5bebb6;hb=a5b2676ab872ffee1355317d4868d3f4bb21dbb1;hp=2efd8eb4dfb74b7dcaf44a265fe58fbc7045a5f3;hpb=29e42c5cb33d2b8f71b22ae4c402637954b06b90;p=pkg-collectd.git diff --git a/debian/collectd.conf b/debian/collectd.conf index 2efd8eb..43a76fa 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -6,15 +6,38 @@ # You should also read /usr/share/doc/collectd-core/README.Debian.plugins # before enabling any more plugins. +############################################################################## +# Global # +#----------------------------------------------------------------------------# +# Global settings for the daemon. # +############################################################################## + #Hostname "localhost" FQDNLookup true #BaseDir "/var/lib/collectd" #PluginDir "/usr/lib/collectd" #TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db" + +#----------------------------------------------------------------------------# +# Interval at which to query values. This may be overwritten on a per-plugin # +# base by using the 'Interval' option of the LoadPlugin block: # +# # +# Interval 60 # +# # +#----------------------------------------------------------------------------# #Interval 10 + #Timeout 2 #ReadThreads 5 +############################################################################## +# Logging # +#----------------------------------------------------------------------------# +# Plugins which provide logging functions should be loaded first, so log # +# messages generated when loading or configuring other plugins can be # +# accessed. # +############################################################################## + #LoadPlugin logfile LoadPlugin syslog @@ -29,6 +52,13 @@ LoadPlugin syslog LogLevel info +############################################################################## +# LoadPlugin section # +#----------------------------------------------------------------------------# +# Specify what features to activate. # +############################################################################## + +#LoadPlugin aggregation #LoadPlugin apache #LoadPlugin apcups #LoadPlugin ascent @@ -118,6 +148,33 @@ LoadPlugin users #LoadPlugin write_http #LoadPlugin write_mongodb +############################################################################## +# Plugin configuration # +#----------------------------------------------------------------------------# +# In this section configuration stubs for each plugin are provided. A desc- # +# ription of those options is available in the collectd.conf(5) manual page. # +############################################################################## + +# +# +# #Host "unspecified" +# Plugin "cpu" +# #PluginInstance "unspecified" +# Type "cpu" +# #TypeInstance "unspecified" +# +# GroupBy "Host" +# GroupBy "TypeInstance" +# +# CalculateNum false +# CalculateSum false +# CalculateAverage true +# CalculateMinimum false +# CalculateMaximum false +# CalculateStddev false +# +# + # # # URL "http://localhost/server-status?auto" @@ -270,16 +327,29 @@ LoadPlugin users # # -# + # Device "/dev/sda1" # Device "192.168.0.2:/mnt/nfs" # MountPoint "/home" # FSType "ext3" -# IgnoreSelected false + + # ignore rootfs; else, the root file-system would appear twice, causing + # one of the updates to fail and spam the log + FSType rootfs + # ignore the usual virtual / temporary file-systems + FSType sysfs + FSType proc + FSType devtmpfs + FSType devpts + FSType tmpfs + FSType fusectl + FSType cgroup + IgnoreSelected true + # ReportByDevice false # ReportReserved false # ReportInodes false -# + # # Disk "hda" @@ -428,10 +498,12 @@ LoadPlugin users # # -# Socket "/var/run/memcached.sock" +# +# Socket "/var/run/memcached.sock" # or: -# Host "127.0.0.1" -# Port "11211" +# Host "127.0.0.1" +# Port "11211" +# # # @@ -523,6 +595,7 @@ LoadPlugin users # Host "localhost" # Port 123 # ReverseLookups false +# IncludeUnitID true # # @@ -607,6 +680,12 @@ LoadPlugin users # # # +# +# # See /usr/share/doc/collectd-core/examples/postgresql/collectd_insert.sql for details +# Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);" +# StoreRates true +# +# # # Host "hostname" # Port 5432 @@ -626,6 +705,13 @@ LoadPlugin users # Query backend # predefined # Query rt36_tickets # +# +# +# Service "collectd_store" +# Writer sqlstore +# # see collectd.conf(5) for details +# CommitInterval 30 +# # # @@ -668,6 +754,14 @@ LoadPlugin users # DataDir "/var/lib/rrdcached/db/collectd" # CreateFiles true # CollectStatistics true +# +# The following settings are rather advanced +# and should usually not be touched: +# StepSize 10 +# HeartBeat 20 +# RRARows 1200 +# RRATimespan 158112000 +# XFF 0.1 # @@ -743,6 +837,7 @@ LoadPlugin users # # ReportByDevice false +# ReportBytes true # #