Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / doc / sysdbd-store-memory.5.txt
1 sysdbd-store-memory(5)
2 ======================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-store-memory - store::memory plugin providing an in-memory store
9 SYNOPSIS
10 --------
11   LoadPlugin "store::memory"
13 DESCRIPTION
14 -----------
15 *store::memory* is a plugin which provides an in-memory store for the objects
16 (hosts, services) managed by SysDB. As such, its store is volatile and won't
17 survive the restart of the daemon.
19 CONFIGURATION
20 -------------
21 *store::network* does not accept any configuration options.
23 SEE ALSO
24 --------
25 manpage:sysdbd[1], manpage:sysdbd.conf[5]
27 The SysDB homepage: https://sysdb.io/
29 AUTHOR
30 ------
31 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
33 COPYRIGHT
34 ---------
35 Copyright (C) 2012-2015 Sebastian "tokkee" Harl <sh@tokkee.org>
37 This is free software under the terms of the BSD license, see the source for
38 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
39 FITNESS FOR A PARTICULAR PURPOSE.
41 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :