conf: Descriptions of several settings updated

This commit is contained in:
Tobias Brunner
2017-08-08 17:28:01 +02:00
parent eb3239b921
commit e66c3d41bc
3 changed files with 28 additions and 15 deletions
+11 -3
View File
@@ -4,11 +4,13 @@ sw-collector {}
Options for the sw-collector tool. Options for the sw-collector tool.
sw-collector.database = 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. creation and deletion events and collected software identifiers.
sw-collector.history = URI to software collector database containing event timestamps, software
Path pointing to apt history.log file. 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 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.
@@ -16,6 +18,12 @@ sw-collector.first_file = /var/log/bootstrap.log
sw-collector.first_time = 0000-00-00T00:00:00Z sw-collector.first_time = 0000-00-00T00:00:00Z
Time in UTC when the Linux OS was installed. 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 = sw-collector.rest_api.uri =
HTTP URI of the central collector's REST API. HTTP URI of the central collector's REST API.
+2 -2
View File
@@ -1,8 +1,8 @@
libimcv.plugins.imc-swid.swid_directory = ${prefix}/share libimcv.plugins.imc-swid.swid_directory = ${prefix}/share
Directory where SWID tags are located. Directory where SWID tags are located.
libimcv.plugins.imc-swid.swid_pretty = FALSE libimcv.plugins.imc-swid.swid_pretty = no
Generate XML-encoded SWID tags with pretty indentation. Generate XML-encoded SWID tags with pretty indentation.
libimcv.plugins.imc-swid.swid_full = FALSE libimcv.plugins.imc-swid.swid_full = no
Include file information in the XML-encoded SWID tags. Include file information in the XML-encoded SWID tags.
+12 -7
View File
@@ -1,16 +1,21 @@
libimcv.plugins.imc-swima.swid_database = libimcv.plugins.imc-swima.eid_epoch = 0x11223344
Path to software collector database containing event timestamps, software
creation and deletion events and collected software identifiers.
libimcv.plugins.imc-swima.swid_epoch = 0x11223344
Set 32 bit epoch value for event IDs manually if software collector database Set 32 bit epoch value for event IDs manually if software collector database
is not available. is not available.
libimcv.plugins.imc-swima.swid_database =
URI to software collector database containing event timestamps, software
creation and deletion events and collected software identifiers.
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.
libimcv.plugins.imc-swima.swid_directory = ${prefix}/share libimcv.plugins.imc-swima.swid_directory = ${prefix}/share
Directory where SWID tags are located. Directory where SWID tags are located.
libimcv.plugins.imc-swima.swid_pretty = FALSE libimcv.plugins.imc-swima.swid_pretty = no
Generate XML-encoded SWID tags with pretty indentation. Generate XML-encoded SWID tags with pretty indentation.
libimcv.plugins.imc-swima.swid_full = FALSE libimcv.plugins.imc-swima.swid_full = no
Include file information in the XML-encoded SWID tags. Include file information in the XML-encoded SWID tags.