Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / doc / sysdbd.1.txt
index d3a7046f640266dfdf236c1a96d552a1907fc854..6bf4b96ed5ab0d6598282f14bffc9c588c801fba 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,35 @@ OPTIONS
 *-V*::
        Display the version number and copyright information.
 
+CLIENT AUTHENTICATION
+---------------------
+
+include::sysdb-auth.txt[]
+
+FILES
+-----
+
+*/etc/sysdb/sysdbd.conf*::
+       The default main configuration file for the SysDB daemon.
+
+*/etc/sysdb/ssl/key.pem*::
+*/etc/sysdb/ssl/cert.pem*::
+       The default SSL private key and certificate files to use for SSL
+       connections.
+
+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,11 +84,13 @@ None known.
 
 SEE ALSO
 --------
-*sysdbd.conf*(5)
+manpage:sysdbd.conf[5]
+
+The SysDB homepage: https://sysdb.io/
 
 AUTHOR
 ------
-sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
 
 COPYRIGHT
 ---------