X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdaemon%2Fsysdbd.conf.sample;h=0976e804ce91a06ee2fc9b16b137a200106c3125;hb=6a774665c82b36065c6ff8d10fc1771d2321080f;hp=304b0bb4c9feb33d75671904417526a4c007c9cb;hpb=70f4e6d820bc32d74d21513e2688fe0ba045d3d8;p=sysdb.git diff --git a/src/daemon/sysdbd.conf.sample b/src/daemon/sysdbd.conf.sample index 304b0bb..0976e80 100644 --- a/src/daemon/sysdbd.conf.sample +++ b/src/daemon/sysdbd.conf.sample @@ -2,28 +2,43 @@ # 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. All # +# cname callbacks are applied to an hostname in the order in which they have # +# been loaded, each receiving the result of the previous call. # +#----------------------------------------------------------------------------# +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"