sw-collector: Collects endpoint software events
This commit is contained in:
+2
-1
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user