From: Sebastian Harl Date: Wed, 21 Aug 2013 19:42:39 +0000 (+0200) Subject: sysdbd.conf(5): Added a short description for each plugin. X-Git-Tag: sysdb-0.1.0~373 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=96ec534b9880c097b26dcdaed6a9815547db898b sysdbd.conf(5): Added a short description for each plugin. --- diff --git a/doc/sysdbd.conf.5.txt b/doc/sysdbd.conf.5.txt index 2f38abc..dd94731 100644 --- a/doc/sysdbd.conf.5.txt +++ b/doc/sysdbd.conf.5.txt @@ -82,10 +82,32 @@ Some plugins support additional configuration options. Each of these are enclosed in a *Plugin* or *Backend* section. The following plugins are shipped with SysDB. See *sysdb*-''(5) manpages for more details. -* *collectd::unixsock* -* *mk-livestatus* -* *puppet::store-configs* -* *syslog* +*collectd::unixsock*:: +This backend module accesses the system statistics collection daemon +*collectd* through its UNIX socket interface. It periodically queries all host +and service information. ++ +See also: http://collectd.org + +*mk-livestatus*:: +This backend modules accesses monitoring systems supporting the *livestatus* +addon (e.g., *Nagios*, *Icinga*, and *Shinken*). It periodically queries all +host and service information. ++ +See also: http://mathias-kettner.de/checkmk_livestatus.html, +http://www.nagios.org/, http://icinga.org/, http://www.shinken-monitoring.org/ + +*puppet::store-configs*:: +This backend module accesses the configuration management system *Puppet* +through its *store configs* database. It periodically queries all host and +facter facts information storing the latter as host attributes. ++ +See also: http://puppetlabs.com/puppet, +http://puppetlabs.com/puppet/related-projects/facter/ + +*syslog*:: +This logging module sends log messages of the daemon and plugins to the local +system's syslog service. SEE ALSO --------