Code

doc/: Improved documentation around the rrdtool time-series fetcher.
[sysdb.git] / doc / sysdbd-timeseries-rrdtool.5.txt
1 sysdbd-timeseries-rrdtool(5)
2 ============================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-timeseries-rrdtool - timeseries::rrdtool plugin
9 SYNOPSIS
10 --------
11   LoadPlugin timeseries::rrdtool
13 DESCRIPTION
14 -----------
15 *timeseries::rrdtool* is a plugin which adds support for fetching time-series
16 data from RRD files.
18 CONFIGURATION
19 -------------
20 *timeseries::rrdtool* does not currently accept any configuration options. It
21 registers a time-series fetcher callback called *rrdtool*.
23 SEE ALSO
24 --------
25 manpage:sysdbd[1], manpage:sysdbd.conf[5],
26 http://oss.oetiker.ch/rrdtool
28 The SysDB homepage: http://sysdb.io/
30 AUTHOR
31 ------
32 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
34 COPYRIGHT
35 ---------
36 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
38 This is free software under the terms of the BSD license, see the source for
39 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
40 FITNESS FOR A PARTICULAR PURPOSE.
42 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :