X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbd-store-memory.5.txt;fp=doc%2Fsysdbd-store-memory.5.txt;h=ea4afa90524fec2ca32f10cdebad65432de203c0;hp=0000000000000000000000000000000000000000;hb=21439313089a4cfd9e2a8e595dfe4d51d6f32fc4;hpb=dc7d88e992d19870cbec25244e0f1d4ddc0541b7 diff --git a/doc/sysdbd-store-memory.5.txt b/doc/sysdbd-store-memory.5.txt new file mode 100644 index 0000000..ea4afa9 --- /dev/null +++ b/doc/sysdbd-store-memory.5.txt @@ -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 . + +COPYRIGHT +--------- +Copyright (C) 2012-2015 Sebastian "tokkee" Harl + +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 : +