aboutsummaryrefslogtreecommitdiffstats
path: root/conf/options/sw-collector.opt
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-08-08 17:17:27 +0200
committerTobias Brunner <tobias@strongswan.org>2017-08-08 17:28:01 +0200
commite66c3d41bc7bad92d650cd0683dcb91f19f7df47 (patch)
treecb06ba86f0058b727d6145879457280ed6cb259f /conf/options/sw-collector.opt
parenteb3239b921cd27708fce558c4cacb920adb575f4 (diff)
downloadstrongswan-e66c3d41bc7bad92d650cd0683dcb91f19f7df47.tar.bz2
strongswan-e66c3d41bc7bad92d650cd0683dcb91f19f7df47.tar.xz
conf: Descriptions of several settings updated
Diffstat (limited to 'conf/options/sw-collector.opt')
-rw-r--r--conf/options/sw-collector.opt16
1 files changed, 12 insertions, 4 deletions
diff --git a/conf/options/sw-collector.opt b/conf/options/sw-collector.opt
index 52baaba73..74c320e35 100644
--- a/conf/options/sw-collector.opt
+++ b/conf/options/sw-collector.opt
@@ -4,18 +4,26 @@ sw-collector {}
Options for the sw-collector tool.
sw-collector.database =
- Path to software collector database containing event timestamps, software
+ URI to software collector database containing event timestamps, software
creation and deletion events and collected software identifiers.
-sw-collector.history =
- Path pointing to apt history.log file.
+ URI to software collector database containing event timestamps, software
+ creation and deletion events and collected software identifiers.
+ If it contains a password, make sure to adjust the permissions of the config
+ file accordingly.
sw-collector.first_file = /var/log/bootstrap.log
- Path pointing to file created when the Linux OS was installed.
+ Path pointing to file created when the Linux OS was installed.
sw-collector.first_time = 0000-00-00T00:00:00Z
Time in UTC when the Linux OS was installed.
+sw-collector.history =
+ Path pointing to apt history.log file.
+
+sw-collector.tag_creator.regid = strongswan.org
+ regid of the tagCreator entity.
+
sw-collector.rest_api.uri =
HTTP URI of the central collector's REST API.