summaryrefslogtreecommitdiff
path: root/conf/options/sw-collector.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/options/sw-collector.conf')
-rw-r--r--conf/options/sw-collector.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/options/sw-collector.conf b/conf/options/sw-collector.conf
new file mode 100644
index 000000000..6f588b41a
--- /dev/null
+++ b/conf/options/sw-collector.conf
@@ -0,0 +1,31 @@
+# Options for the sw-collector tool.
+sw-collector {
+
+ # URI to software collector database containing event timestamps, software
+ # creation and deletion events and collected software identifiers.
+ # database =
+
+ # Path pointing to file created when the Linux OS was installed.
+ # first_file = /var/log/bootstrap.log
+
+ # Time in UTC when the Linux OS was installed.
+ # first_time = 0000-00-00T00:00:00Z
+
+ # Path pointing to apt history.log file.
+ # history =
+
+ # Plugins to load in sw-collector tool.
+ # load =
+
+ rest_api {
+
+ # Timeout of REST API HTTP POST transaction.
+ # timeout = 120
+
+ # HTTP URI of the central collector's REST API.
+ # uri =
+
+ }
+
+}
+