sysdbd-collectd-unixsock(5)
===========================
:doctype: manpage
NAME
----
sysdbd-collectd-unixsock - collectd::unixsock plugin querying collectd
SYNOPSIS
--------
Interval 60
Socket "/var/run/collectd-unixsock"
DESCRIPTION
-----------
*collectd::unixsock* is a backend module which queries the system statistics
collection daemon *collectd* using its *unixsock* interface. It connects to
the daemon and periodically queries all hosts and metric names. The latter are
then stored as services of the respective host.
CONFIGURATION
-------------
*collectd::unixsock* accepts the following configuration options:
*Instance* ''::
An instance block specifies a connection to collectd. The specified
'' is used to identify the connection internally but otherwise has
no special meaning.
+
An instance block accepts the following configuration options:
*Socket* '';;
The path name of the UNIX domain socket provided by collectd's
*unixsock* plugin.
SEE ALSO
--------
manpage:sysdbd[1], manpage:sysdbd.conf[5]
AUTHOR
------
SysDB was written by Sebastian "tokkee" Harl .
COPYRIGHT
---------
Copyright (C) 2012-2014 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
FITNESS FOR A PARTICULAR PURPOSE.
// vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :