Code

sysdbd.conf(5): Added an initial manpage for sysdbd's configuration.
[sysdb.git] / doc / sysdbd.1.txt
1 sysdbd(1)
2 =========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 sysdbd - system management and inventory collection service
11 SYNOPSIS
12 --------
13 *sysdbd* ['options']
15 DESCRIPTION
16 -----------
17 *sysdbd* is a multi-backend system management and inventory collection daemon.
18 It may be used to (continuously) collect information from various backends
19 (e.g., inventory services, monitoring services, configuration services) and
20 provides a uniform combined view of all data.
22 The main daemon itself is the central instance managing all collected
23 information and doing the correlation of objects provided by different
24 backends. It basically acts as a database server. All data retrieval, any
25 further processing, storing and exporting of data is done by plugins.
27 OPTIONS
28 -------
29 *sysdbd* accepts the following command-line options.
31 *-C* '<file>'::
32         The main configuration file. This file defines the behavior of *sysdbd* by
33         specifying default settings and the plugins to be loaded.
35 *-d*::
36         Daemonize on startup: Start *sysdbd* as a background process detached from
37         the current terminal and session.
39 *-h*::
40         Display a usage and help summary and exit.
42 *-V*::
43         Display the version number and copyright information.
45 EXIT CODES
46 ----------
47 *0*::
48         Success.
50 *1*::
51         Failure (syntax or usage error).
53 BUGS
54 ----
55 None known.
57 SEE ALSO
58 --------
59 *sysdb.conf*(5)
61 AUTHOR
62 ------
63 sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
65 COPYRIGHT
66 ---------
67 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
69 This is free software under the terms of the BSD license, see the source for
70 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
71 FITNESS FOR A PARTICULAR PURPOSE.
73 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :