summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc7d88e)
raw | patch | inline | side by side (parent: dc7d88e)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 10 Aug 2015 07:36:50 +0000 (09:36 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 10 Aug 2015 07:36:50 +0000 (09:36 +0200) |
doc/Makefile.am | patch | blob | history | |
doc/sysdbd-store-memory.5.txt | [new file with mode: 0644] | patch | blob |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 915614fb6c0653bf0c3b42c3d7af8ce1e693f30d..433959ff2d6f18162908e4bcaa66e67d8d2fa4a3 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
sysdbd-facter.5.xml \
sysdbd-mk-livestatus.5.xml \
sysdbd-puppet-store-configs.5.xml \
+ sysdbd-store-memory.5.xml \
sysdbd-store-network.5.xml \
sysdbd-syslog.5.xml \
sysdbd-timeseries-rrdtool.5.xml \
sysdbd-facter.5.txt \
sysdbd-mk-livestatus.5.txt \
sysdbd-puppet-store-configs.5.txt \
+ sysdbd-store-memory.5.txt \
sysdbd-store-network.5.txt \
sysdbd-syslog.5.txt \
sysdbd-timeseries-rrdtool.5.txt \
sysdbd-facter.5 \
sysdbd-mk-livestatus.5 \
sysdbd-puppet-store-configs.5 \
+ sysdbd-store-memory.5 \
sysdbd-store-network.5 \
sysdbd-syslog.5 \
sysdbd-timeseries-rrdtool.5 \
sysdbd-facter.5.html \
sysdbd-mk-livestatus.5.html \
sysdbd-puppet-store-configs.5.html \
+ sysdbd-store-memory.5.html \
sysdbd-store-network.5.html \
sysdbd-syslog.5.html \
sysdbd-timeseries-rrdtool.5.html \
sysdbd-facter.5.xml \
sysdbd-mk-livestatus.5.xml \
sysdbd-puppet-store-configs.5.xml \
+ sysdbd-store-memory.5.xml \
sysdbd-store-network.5.xml \
sysdbd-syslog.5.xml \
sysdbd-timeseries-rrdtool.5.xml \
sysdbd-facter.5 \
sysdbd-mk-livestatus.5 \
sysdbd-puppet-store-configs.5 \
+ sysdbd-store-memory.5 \
sysdbd-store-network.5 \
sysdbd-syslog.5 \
sysdbd-timeseries-rrdtool.5 \
sysdbd-facter.5.html \
sysdbd-mk-livestatus.5.html \
sysdbd-puppet-store-configs.5.html \
+ sysdbd-store-memory.5.html \
sysdbd-store-network.5.html \
sysdbd-syslog.5.html \
sysdbd-timeseries-rrdtool.5.html \
sysdbd-facter.5.xml: sysdbd-facter.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-store-memory.5.xml: sysdbd-store-memory.5.txt $(MAN_DEPS)
sysdbd-store-network.5.xml: sysdbd-store-network.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)
sysdbd-facter.5: sysdbd-facter.5.xml
sysdbd-mk-livestatus.5: sysdbd-mk-livestatus.5.xml
sysdbd-puppet-store-configs.5: sysdbd-puppet-store-configs.5.xml
+sysdbd-store-memory.5: sysdbd-store-memory.5.xml
sysdbd-store-network.5: sysdbd-store-network.5.xml
sysdbd-syslog.5: sysdbd-syslog.5.xml
sysdbd-timeseries-rrdtool.5: sysdbd-timeseries-rrdtool.5.xml
sysdbd-facter.5.html: sysdbd-facter.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-store-memory.5.html: sysdbd-store-memory.5.txt $(MAN_DEPS)
sysdbd-store-network.5.html: sysdbd-store-network.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)
diff --git a/doc/sysdbd-store-memory.5.txt b/doc/sysdbd-store-memory.5.txt
--- /dev/null
@@ -0,0 +1,42 @@
+sysdbd-store-memory(5)
+======================
+:doctype: manpage
+
+NAME
+----
+sysdbd-store-memory - store::memory plugin providing an in-memory store
+
+SYNOPSIS
+--------
+ LoadPlugin "store::memory"
+
+DESCRIPTION
+-----------
+*store::memory* is a plugin which provides an in-memory store for the objects
+(hosts, services) managed by SysDB. As such, its store is volatile and won't
+survive the restart of the daemon.
+
+CONFIGURATION
+-------------
+*store::network* does not accept any configuration options.
+
+SEE ALSO
+--------
+manpage:sysdbd[1], manpage:sysdbd.conf[5]
+
+The SysDB homepage: https://sysdb.io/
+
+AUTHOR
+------
+SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+
+COPYRIGHT
+---------
+Copyright (C) 2012-2015 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 :
+