X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbd-collectd-unixsock.5.txt;h=acb98d98c4bca20ffd90d2ef5730d34408400d90;hp=06d457d32f04cd35caa770a06732a8c102fc0d8e;hb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc;hpb=b0613606ff537c9a03a238a278003de6d4e38dc7 diff --git a/doc/sysdbd-collectd-unixsock.5.txt b/doc/sysdbd-collectd-unixsock.5.txt index 06d457d..acb98d9 100644 --- a/doc/sysdbd-collectd-unixsock.5.txt +++ b/doc/sysdbd-collectd-unixsock.5.txt @@ -15,6 +15,8 @@ SYNOPSIS Socket "/var/run/collectd-unixsock" + TimeseriesBackend "rrdtool" + TimeseriesBaseURL "/var/lib/collectd/rrd" @@ -22,8 +24,7 @@ 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. +the daemon and periodically queries all hosts and metric names. CONFIGURATION ------------- @@ -40,11 +41,25 @@ CONFIGURATION The path name of the UNIX domain socket provided by collectd's *unixsock* plugin. + *TimeseriesBackend* '';; + The data-store type to be used to query time-series information of a + metric. This setting relates to a collectd writer plugin. The + data-store needs to be accessible from SysDB and the type needs to be + supported by SysDB (through an appropriate time-series fetcher + plugin like, for example, *timeseries::rrdtool*). + + *TimeseriesBaseURL* '';; + The base URL for time-series data. This may be a path-name or a + network address depending on the time-series backend type. + SEE ALSO -------- manpage:sysdbd[1], manpage:sysdbd.conf[5], +manpage:sysdbd-timeseries-rrdtool[5], https://collectd.org/, https://collectd.org/wiki/index.php/Plugin:UnixSock +The SysDB homepage: https://sysdb.io/ + AUTHOR ------ SysDB was written by Sebastian "tokkee" Harl .