Code

Added documentation for the new timeseries::rrdtool plugin.
authorSebastian Harl <sh@tokkee.org>
Fri, 22 Aug 2014 04:55:35 +0000 (21:55 -0700)
committerSebastian Harl <sh@tokkee.org>
Fri, 22 Aug 2014 04:55:35 +0000 (21:55 -0700)
doc/Makefile.am
doc/sysdbd-timeseries-rrdtool.5.txt [new file with mode: 0644]
doc/sysdbd.conf.5.txt

index 99ec20b74a9e0df3b6ace22723a88d2905ac4e90..30f997df4a763a91cb2d6640785c11c7c6efb18e 100644 (file)
@@ -15,6 +15,7 @@ EXTRA_DIST = \
                sysdbd-mk-livestatus.5.txt \
                sysdbd-puppet-store-configs.5.txt \
                sysdbd-syslog.5.txt \
                sysdbd-mk-livestatus.5.txt \
                sysdbd-puppet-store-configs.5.txt \
                sysdbd-syslog.5.txt \
+               sysdbd-timeseries-rrdtool.5.txt \
                sysdb.7.txt \
                sysdbql.7.txt
 CLEANFILES = \
                sysdb.7.txt \
                sysdbql.7.txt
 CLEANFILES = \
@@ -26,6 +27,7 @@ CLEANFILES = \
                sysdbd-mk-livestatus.5 \
                sysdbd-puppet-store-configs.5 \
                sysdbd-syslog.5 \
                sysdbd-mk-livestatus.5 \
                sysdbd-puppet-store-configs.5 \
                sysdbd-syslog.5 \
+               sysdbd-timeseries-rrdtool.5 \
                sysdb.7 \
                sysdbql.7 \
                sysdb.1.html \
                sysdb.7 \
                sysdbql.7 \
                sysdb.1.html \
@@ -36,6 +38,7 @@ CLEANFILES = \
                sysdbd-mk-livestatus.5.html \
                sysdbd-puppet-store-configs.5.html \
                sysdbd-syslog.5.html \
                sysdbd-mk-livestatus.5.html \
                sysdbd-puppet-store-configs.5.html \
                sysdbd-syslog.5.html \
+               sysdbd-timeseries-rrdtool.5.html \
                sysdb.7.html \
                sysdbql.7.html \
                sysdb.1.xml \
                sysdb.7.html \
                sysdbql.7.html \
                sysdb.1.xml \
@@ -46,6 +49,7 @@ CLEANFILES = \
                sysdbd-mk-livestatus.5.xml \
                sysdbd-puppet-store-configs.5.xml \
                sysdbd-syslog.5.xml \
                sysdbd-mk-livestatus.5.xml \
                sysdbd-puppet-store-configs.5.xml \
                sysdbd-syslog.5.xml \
+               sysdbd-timeseries-rrdtool.5.xml \
                sysdb.7.xml \
                sysdbql.7.xml
 
                sysdb.7.xml \
                sysdbql.7.xml
 
@@ -58,6 +62,7 @@ man_MANS = \
                sysdbd-mk-livestatus.5 \
                sysdbd-puppet-store-configs.5 \
                sysdbd-syslog.5 \
                sysdbd-mk-livestatus.5 \
                sysdbd-puppet-store-configs.5 \
                sysdbd-syslog.5 \
+               sysdbd-timeseries-rrdtool.5 \
                sysdb.7 \
                sysdbql.7
 
                sysdb.7 \
                sysdbql.7
 
@@ -70,6 +75,7 @@ html_DATA = \
                sysdbd-mk-livestatus.5.html \
                sysdbd-puppet-store-configs.5.html \
                sysdbd-syslog.5.html \
                sysdbd-mk-livestatus.5.html \
                sysdbd-puppet-store-configs.5.html \
                sysdbd-syslog.5.html \
+               sysdbd-timeseries-rrdtool.5.html \
                sysdb.7.html \
                sysdbql.7.html
 
                sysdb.7.html \
                sysdbql.7.html
 
@@ -89,6 +95,7 @@ sysdbd-collectd-unixsock.5.xml: sysdbd-collectd-unixsock.5.txt $(MAN_DEPS)
 sysdbd-mk-livestatus.5.xml: sysdbd-mk-livestatus.5.txt $(MAN_DEPS)
 sysdbd-puppet-store-configs.5.xml: sysdbd-puppet-store-configs.5.txt $(MAN_DEPS)
 sysdbd-syslog.5.xml: sysdbd-syslog.5.txt $(MAN_DEPS)
 sysdbd-mk-livestatus.5.xml: sysdbd-mk-livestatus.5.txt $(MAN_DEPS)
 sysdbd-puppet-store-configs.5.xml: sysdbd-puppet-store-configs.5.txt $(MAN_DEPS)
 sysdbd-syslog.5.xml: sysdbd-syslog.5.txt $(MAN_DEPS)
+sysdbd-timeseries-rrdtool.5.xml: sysdbd-timeseries-rrdtool.5.txt $(MAN_DEPS)
 sysdb.7.xml: sysdb.7.txt sysdb-description.txt $(MAN_DEPS)
 sysdbql.7.xml: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS)
 
 sysdb.7.xml: sysdb.7.txt sysdb-description.txt $(MAN_DEPS)
 sysdbql.7.xml: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS)
 
@@ -100,6 +107,7 @@ sysdbd-collectd-unixsock.5: sysdbd-collectd-unixsock.5.xml
 sysdbd-mk-livestatus.5: sysdbd-mk-livestatus.5.xml
 sysdbd-puppet-store-configs.5: sysdbd-puppet-store-configs.5.xml
 sysdbd-syslog.5: sysdbd-syslog.5.xml
 sysdbd-mk-livestatus.5: sysdbd-mk-livestatus.5.xml
 sysdbd-puppet-store-configs.5: sysdbd-puppet-store-configs.5.xml
 sysdbd-syslog.5: sysdbd-syslog.5.xml
+sysdbd-timeseries-rrdtool.5: sysdbd-timeseries-rrdtool.5.xml
 sysdb.7: sysdb.7.xml
 sysdbql.7: sysdbql.7.xml
 
 sysdb.7: sysdb.7.xml
 sysdbql.7: sysdbql.7.xml
 
@@ -111,6 +119,7 @@ sysdbd-collectd-unixsock.5.html: sysdbd-collectd-unixsock.5.txt $(MAN_DEPS)
 sysdbd-mk-livestatus.5.html: sysdbd-mk-livestatus.5.txt $(MAN_DEPS)
 sysdbd-puppet-store-configs.5.html: sysdbd-puppet-store-configs.5.txt $(MAN_DEPS)
 sysdbd-syslog.5.html: sysdbd-syslog.5.txt $(MAN_DEPS)
 sysdbd-mk-livestatus.5.html: sysdbd-mk-livestatus.5.txt $(MAN_DEPS)
 sysdbd-puppet-store-configs.5.html: sysdbd-puppet-store-configs.5.txt $(MAN_DEPS)
 sysdbd-syslog.5.html: sysdbd-syslog.5.txt $(MAN_DEPS)
+sysdbd-timeseries-rrdtool.5.html: sysdbd-timeseries-rrdtool.5.txt $(MAN_DEPS)
 sysdb.7.html: sysdb.7.txt sysdb-description.txt $(MAN_DEPS)
 sysdbql.7.html: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS)
 
 sysdb.7.html: sysdb.7.txt sysdb-description.txt $(MAN_DEPS)
 sysdbql.7.html: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS)
 
diff --git a/doc/sysdbd-timeseries-rrdtool.5.txt b/doc/sysdbd-timeseries-rrdtool.5.txt
new file mode 100644 (file)
index 0000000..4b59504
--- /dev/null
@@ -0,0 +1,42 @@
+sysdbd-timeseries-rrdtool(5)
+============================
+:doctype: manpage
+
+NAME
+----
+sysdbd-timeseries-rrdtool - timeseries::rrdtool plugin
+
+SYNOPSIS
+--------
+  LoadPlugin timeseries::rrdtool
+
+DESCRIPTION
+-----------
+*timeseries::rrdtool* is a plugin which adds support for fetching time-series
+data from RRD files.
+
+CONFIGURATION
+-------------
+*timeseries::rrdtool* does not currently accept any configuration options.
+
+SEE ALSO
+--------
+manpage:sysdbd[1], manpage:sysdbd.conf[5],
+http://oss.oetiker.ch/rrdtool
+
+The SysDB homepage: http://sysdb.io/
+
+AUTHOR
+------
+SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+
+COPYRIGHT
+---------
+Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
+
+This is free software under the terms of the BSD license, see the source for
+copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.
+
+// vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :
+
index c742cc8213b827510117f802bc31632f6b44ed7f..8c90812cada10a1e7bb59909198ac43169578260 100644 (file)
@@ -18,6 +18,8 @@ SYNOPSIS
   LoadBackend "collectd::unixsock"
   LoadBackend "mk-livestatus"
 
   LoadBackend "collectd::unixsock"
   LoadBackend "mk-livestatus"
 
+  LoadPlugin "timeseries::rrdtool"
+
   <LoadBackend "puppet::store-configs">
       Interval 1800
   </LoadBackend>
   <LoadBackend "puppet::store-configs">
       Interval 1800
   </LoadBackend>
@@ -123,6 +125,14 @@ facter facts information storing the latter as host attributes.
 See also: http://puppetlabs.com/puppet,
 http://puppetlabs.com/puppet/related-projects/facter/
 
 See also: http://puppetlabs.com/puppet,
 http://puppetlabs.com/puppet/related-projects/facter/
 
+Time-series fetcher:
+~~~~~~~~~~~~~~~~~~~~
+
+*timeseries::rrdtool*::
+This plugin adds support for fetching time-series data from RRD files.
++
+See also: http://oss.oetiker.ch/rrdtool
+
 Plugins:
 ~~~~~~~~
 
 Plugins:
 ~~~~~~~~
 
@@ -145,6 +155,11 @@ Backend documentation:
 manpage:sysdbd-collectd-unixsock[5], manpage:sysdbd-mk-livestatus[5],
 manpage:sysdbd-puppet-store-configs[5]
 
 manpage:sysdbd-collectd-unixsock[5], manpage:sysdbd-mk-livestatus[5],
 manpage:sysdbd-puppet-store-configs[5]
 
+Time-series fetcher documentation:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+manpage:sysdbd-timeseries-rrdtool[5]
+
 Plugin documentation:
 ~~~~~~~~~~~~~~~~~~~~~
 
 Plugin documentation:
 ~~~~~~~~~~~~~~~~~~~~~