Code

parser: Let the TIMESERIES command accept optional data-source names.
[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* accepts the following configuration options. In addition
21 to any configuration, the plugin always registers a time-series fetcher
22 callback called *rrdtool* which may be used to access RRD files on local disk.
24 *RRDCacheD* '<addr>'::
25         Enable support for RRDCacheD. When using this option, an additional
26         time-series fetcher callback called *rrdcached* is made available. It will
27         flush cached updates for an RRD file before fetching data from it.
28         Currently, local connections through a UNIX socket are supported only.
30 SEE ALSO
31 --------
32 manpage:sysdbd[1], manpage:sysdbd.conf[5],
33 http://oss.oetiker.ch/rrdtool
35 The SysDB homepage: https://sysdb.io/
37 AUTHOR
38 ------
39 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
41 COPYRIGHT
42 ---------
43 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
45 This is free software under the terms of the BSD license, see the source for
46 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
47 FITNESS FOR A PARTICULAR PURPOSE.
49 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :