X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fdaemon%2Fsysdbd.conf.sample;fp=src%2Fdaemon%2Fsysdbd.conf.sample;h=0000000000000000000000000000000000000000;hp=0976e804ce91a06ee2fc9b16b137a200106c3125;hb=52f0df58b96af940cf6f527b4dd052a051f299bd;hpb=084367e407391cea853fb5c1d0f0dd7049905ee8 diff --git a/src/daemon/sysdbd.conf.sample b/src/daemon/sysdbd.conf.sample deleted file mode 100644 index 0976e80..0000000 --- a/src/daemon/sysdbd.conf.sample +++ /dev/null @@ -1,73 +0,0 @@ -# -# 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. # -#============================================================================# - -#----------------------------------------------------------------------------# -# "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" - -#----------------------------------------------------------------------------# -# Plugin configuration: # -#----------------------------------------------------------------------------# - - - - Socket "/var/run/collectd-unixsock" - - - - - - Socket "/var/lib/nagios4/rw/live" - - - - - - DBAdapter "pgsql" - DBName "puppet" - DBServer "puppet.domain.tld" - DBPort "5432" - DBUser "puppet" - DBPassword "secret1" - DBIOption "name" "value" - - -