sw-collector: Collects endpoint software events

This commit is contained in:
Andreas Steffen
2017-07-08 23:19:51 +02:00
parent 3a7c594c14
commit 032a5767ad
10 changed files with 1434 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ options = \
options/scepclient.opt \
options/starter.opt \
options/swanctl.opt \
options/tnc.opt
options/tnc.opt \
options/sw-collector.opt
plugins = \
plugins/addrblock.opt \
+17
View File
@@ -0,0 +1,17 @@
sw-collector {}
Options for the sw-collector tool.
Options for the sw-collector tool.
sw-collector.database =
Path 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.
sw-collector.first_time = 0000-00-00T00:00:00Z
Time in UTC when the Linux OS was installed.
sw-collector.load =
Plugins to load in sw-collector tool.