From: Sebastian Harl Date: Thu, 28 Aug 2014 21:33:06 +0000 (-0700) Subject: doc/: Improved documentation around the rrdtool time-series fetcher. X-Git-Tag: sysdb-0.4.0~7 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=5ba97a2fe9c2881490dce68ef9b71002cf639a74 doc/: Improved documentation around the rrdtool time-series fetcher. --- diff --git a/doc/sysdbd-collectd-unixsock.5.txt b/doc/sysdbd-collectd-unixsock.5.txt index 0e99590..fb0f390 100644 --- a/doc/sysdbd-collectd-unixsock.5.txt +++ b/doc/sysdbd-collectd-unixsock.5.txt @@ -46,7 +46,7 @@ CONFIGURATION 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). + plugin like, for example, *timeseries::rrdtool*). *TimeseriesBaseURL* '';; The base URL for time-series data. This may be a path-name or a @@ -55,6 +55,7 @@ CONFIGURATION 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: http://sysdb.io/ diff --git a/doc/sysdbd-timeseries-rrdtool.5.txt b/doc/sysdbd-timeseries-rrdtool.5.txt index 4b59504..693caad 100644 --- a/doc/sysdbd-timeseries-rrdtool.5.txt +++ b/doc/sysdbd-timeseries-rrdtool.5.txt @@ -17,7 +17,8 @@ data from RRD files. CONFIGURATION ------------- -*timeseries::rrdtool* does not currently accept any configuration options. +*timeseries::rrdtool* does not currently accept any configuration options. It +registers a time-series fetcher callback called *rrdtool*. SEE ALSO --------