From: Sebastian Harl Date: Sun, 10 Mar 2013 18:31:16 +0000 (+0100) Subject: sysdbd.conf: Added sample configuration for each plugin. X-Git-Tag: sysdb-0.1.0~437 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=a55dd3dce5dd31370232516537eaef1820eadf5c sysdbd.conf: Added sample configuration for each plugin. --- diff --git a/src/daemon/sysdbd.conf b/src/daemon/sysdbd.conf index 4fa379e..f6749e1 100644 --- a/src/daemon/sysdbd.conf +++ b/src/daemon/sysdbd.conf @@ -1,2 +1,58 @@ +# +# 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 + +#----------------------------------------------------------------------------# +# 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: # +# # +# Interval 60 # +# # +#----------------------------------------------------------------------------# + LoadBackend "collectd" +LoadBackend "mk-livestatus" +LoadBackend "puppet-storeconfigs" + +#----------------------------------------------------------------------------# +# 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" + +