Code

Updated various copyright notices to 2012-2013.
[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         Do not daemonize on startup: Rather than starting *sysdbd* as a background
37         process detached from the current terminal and session (the default), run
38         the process in the foreground. This allows easy monitoring of *sysdbd*.
40 *-h*::
41         Display a usage and help summary and exit.
43 *-V*::
44         Display the version number and copyright information.
46 EXIT CODES
47 ----------
48 *0*::
49         Success.
51 *1*::
52         Failure (syntax or usage error).
54 BUGS
55 ----
56 None known.
58 SEE ALSO
59 --------
60 *sysdb.conf*(5)
62 AUTHOR
63 ------
64 sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
66 COPYRIGHT
67 ---------
68 Copyright (C) 2012-2013 Sebastian "tokkee" Harl <sh@tokkee.org>
70 This is free software under the terms of the BSD license, see the source for
71 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
72 FITNESS FOR A PARTICULAR PURPOSE.
74 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :