summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3266fd)
raw | patch | inline | side by side (parent: b3266fd)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Jul 2013 00:37:40 +0000 (17:37 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Jul 2013 00:37:40 +0000 (17:37 -0700) |
src/daemon/sysdbd.conf.sample | patch | blob | history |
index 40210fad05d70403e7ddc7cab50e67565b0e0595..8805cb20f6434be80dd720e55bb7a91ae6935bb9 100644 (file)
# Sample configuration file for the System DataBase daemon (SysDBd).
#
-#----------------------------------------------------------------------------#
+#============================================================================#
# Global options: #
# This section defines global settings and default values for the daemon. #
-#----------------------------------------------------------------------------#
+#============================================================================#
# default interval used for actively polling plugins
Interval 300
-#----------------------------------------------------------------------------#
+#============================================================================#
# Logging settings: #
# These plugins should be loaded first. Else, any log messages will be #
# written to the standard error channel which is closed after the daemon has #
# started. #
-#----------------------------------------------------------------------------#
+#============================================================================#
LoadPlugin "syslog"
-#----------------------------------------------------------------------------#
+#============================================================================#
# Plugins: #
# Plugins are the working horses of SysDB. Load any of the following plugins #
# to active the respective feature. #
-# #
-# "Backends" are plugins which collect information to be stored in SysDB #
-# while other plugins may add additional features to the daemon. Each #
-# backend may use its own custom query interval by specifying the 'Interval' #
-# option: #
+#============================================================================#
+
+#----------------------------------------------------------------------------#
+# "cname" plugins canonicalize hostnames before actually storing them. #
+#----------------------------------------------------------------------------#
+LoadPlugin "cname::dns"
+
+#----------------------------------------------------------------------------#
+# "Backends" are plugins which collect information to be stored in SysDB. #
+# Each backend may use its own custom query interval by specifying the #
+# 'Interval' option: #
# <LoadBackend "foo"> #
# Interval 60 #
# </LoadPlugin> #
#----------------------------------------------------------------------------#
-
LoadBackend "collectd::unixsock"
LoadBackend "mk-livestatus"
LoadBackend "puppet::store-configs"