summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ba8b96)
raw | patch | inline | side by side (parent: 9ba8b96)
author | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 11:55:21 +0000 (12:55 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 11:55:21 +0000 (12:55 +0100) |
debian/collectd.conf | patch | blob | history | |
debian/thresholds.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 72105212d2997bafacc46822d922d8ec81f9d664..57d639ef561e39ea0d9f3851626c4a4f7833e8d0 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
# 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"
#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
LogLevel info
</Plugin>
+##############################################################################
+# LoadPlugin section #
+#----------------------------------------------------------------------------#
+# Specify what features to activate. #
+##############################################################################
+
#LoadPlugin aggregation
#LoadPlugin amqp
#LoadPlugin apache
#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. #
+##############################################################################
+
#<Plugin "aggregation">
# <Aggregation>
# #Host "unspecified"
diff --git a/debian/thresholds.conf b/debian/thresholds.conf
index 53c62beebcc97c8103272212aff533e4e5c742ce..2bd4f2c0452d90a77c33c1c44875147048d1293e 100644 (file)
--- a/debian/thresholds.conf
+++ b/debian/thresholds.conf
# Threshold configuration for collectd(1).
#
-# See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) for details.
+# See the collectd-threshold(5) manual page for details.
#LoadPlugin "threshold"
#<Plugin "threshold">