From 032a5767adc4a741bc19c4e563fa0a91dd60392d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 18 Jun 2017 23:24:18 +0200 Subject: sw-collector: Collects endpoint software events --- conf/Makefile.am | 3 ++- conf/options/sw-collector.opt | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 conf/options/sw-collector.opt (limited to 'conf') 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. -- cgit v1.2.3