Code

doc/: Improved documentation around the rrdtool time-series fetcher.
authorSebastian Harl <sh@tokkee.org>
Thu, 28 Aug 2014 21:33:06 +0000 (14:33 -0700)
committerSebastian Harl <sh@tokkee.org>
Thu, 28 Aug 2014 21:33:06 +0000 (14:33 -0700)
doc/sysdbd-collectd-unixsock.5.txt
doc/sysdbd-timeseries-rrdtool.5.txt

index 0e995901d74b863bce017fd92b9356ee5b026d06..fb0f390b791f1f87454a5862643aca1478781b9a 100644 (file)
@@ -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* '<url>';;
                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/
index 4b5950460818f6a801b8962425c21d6bc7a0bcf1..693caadcbe960bc707ee38c5566b24baf7d8b399 100644 (file)
@@ -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
 --------