From: Sebastian Harl Date: Sat, 20 Jul 2013 00:37:40 +0000 (-0700) Subject: sysdbd.conf: Added and documented a sample LoadPlugin "cname::dns". X-Git-Tag: sysdb-0.1.0~398 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be91931ffb7a5a9d109f3495a9803ef25f37627e;p=sysdb.git sysdbd.conf: Added and documented a sample LoadPlugin "cname::dns". --- diff --git a/src/daemon/sysdbd.conf.sample b/src/daemon/sysdbd.conf.sample index 40210fa..8805cb2 100644 --- a/src/daemon/sysdbd.conf.sample +++ b/src/daemon/sysdbd.conf.sample @@ -2,36 +2,41 @@ # 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: # # # # Interval 60 # # # #----------------------------------------------------------------------------# - LoadBackend "collectd::unixsock" LoadBackend "mk-livestatus" LoadBackend "puppet::store-configs"