Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / doc / sysdbd.1.txt
index 662241b278750ad41f280a765cfb4c809a6d0da2..51c329c2eb86a1d875c819e541ff9e64608e13c6 100644 (file)
@@ -1,7 +1,5 @@
 sysdbd(1)
 =========
-Sebastian "tokkee" Harl <sh@tokkee.org>
-version {package_version}, {build_date}
 :doctype: manpage
 
 NAME
@@ -15,9 +13,9 @@ SYNOPSIS
 DESCRIPTION
 -----------
 *sysdbd* is a multi-backend system management and inventory collection daemon.
-It may be used to (continuously) collect information from various backends
-(e.g., inventory services, monitoring services, configuration services) and
-provides a uniform combined view of all data.
+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
@@ -43,6 +41,19 @@ OPTIONS
 *-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*::
@@ -57,15 +68,15 @@ None known.
 
 SEE ALSO
 --------
-*sysdb.conf*(5)
+manpage:sysdbd.conf[5]
 
 AUTHOR
 ------
-sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
 
 COPYRIGHT
 ---------
-Copyright (C) 2012-2013 Sebastian "tokkee" Harl <sh@tokkee.org>
+Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
 
 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