X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Fsysdbd.conf.5.txt;h=6b41dabbab83db5be9ff996a5187affe7e77cadf;hb=f7bf1a1f05648e6292baded4828b46bea0f59075;hp=b389a6c4783ccc4b0ad543623d937d89ff41a650;hpb=f6a528b13a43d75b06e15ce3f38550aa5594842a;p=sysdb.git diff --git a/doc/sysdbd.conf.5.txt b/doc/sysdbd.conf.5.txt index b389a6c..6b41dab 100644 --- a/doc/sysdbd.conf.5.txt +++ b/doc/sysdbd.conf.5.txt @@ -13,6 +13,10 @@ SYNOPSIS -------- Interval 300 + Listen "unix:/var/run/sysdbd.sock" + + LoadPlugin "syslog" + LoadBackend "collectd::unixsock" LoadBackend "mk-livestatus" @@ -64,6 +68,11 @@ GLOBAL SETTINGS be used by any "active" backend, that is, those that actively query some external system rather than receiving some stream of events. +*Listen* '':: + Sets the address on which sysdbd is to listen for client connections. It + supports UNIX domain sockets. The path name needs to be prefixed by + 'unix:'. + *LoadBackend* '':: Loads the backend named ''. Backends are special plugins taking care of collecting values from external systems. This may optionally be a @@ -80,9 +89,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* +*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 -------- @@ -94,7 +126,7 @@ sysdbd was written by Sebastian "tokkee" Harl . COPYRIGHT --------- -Copyright (C) 2012 Sebastian "tokkee" Harl +Copyright (C) 2012-2013 Sebastian "tokkee" Harl This is free software under the terms of the BSD license, see the source for copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or