aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am3
-rw-r--r--conf/options/sw-collector.opt17
2 files changed, 19 insertions, 1 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 4ded99016..de21103e3 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -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 \
diff --git a/conf/options/sw-collector.opt b/conf/options/sw-collector.opt
new file mode 100644
index 000000000..ccd29771e
--- /dev/null
+++ b/conf/options/sw-collector.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.