sysdbd(1) ========= :doctype: manpage NAME ---- sysdbd - system management and inventory collection service SYNOPSIS -------- *sysdbd* ['options'] DESCRIPTION ----------- *sysdbd* is a multi-backend system management and inventory collection daemon. It stores system and inventory information about hardware and software systems. This information is (continuously) collected from various configurable backends. The main daemon itself is the central instance managing all collected information and doing the correlation of objects provided by different backends. It basically acts as a database server. All data retrieval, any further processing, storing and exporting of data is done by plugins. OPTIONS ------- *sysdbd* accepts the following command-line options. *-C* '':: The main configuration file. This file defines the behavior of *sysdbd* by specifying default settings and the plugins to be loaded. *-D*:: Do not daemonize on startup: Rather than starting *sysdbd* as a background process detached from the current terminal and session (the default), run the process in the foreground. This allows easy monitoring of *sysdbd*. *-h*:: Display a usage and help summary and exit. *-V*:: Display the version number and copyright information. SIGNALS ------- *sysdbd* accepts and handles the following signals: *SIGINT*, *SIGTERM*:: These signals initiate a clean shutdown and termination of the daemon. *SIGHUP*:: This signal causes the daemon to re-read the configuration and reconfigure all plugins. Plugins which are no longer in use will be disabled and unloaded. Open client connections are not affected by this. EXIT CODES ---------- *0*:: Success. *1*:: Failure (syntax or usage error). BUGS ---- None known. SEE ALSO -------- manpage:sysdbd.conf[5] The SysDB homepage: https://sysdb.io/ AUTHOR ------ SysDB was written by Sebastian "tokkee" Harl . COPYRIGHT --------- Copyright (C) 2012-2014 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 :