diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:21:25 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:21:25 +0200 |
commit | 11d6b62db969bdd808d0f56706cb18f113927a31 (patch) | |
tree | 8aa7d8fb611c3da6a3523cb78a082f62ffd0dac8 /conf/options/sw-collector.opt | |
parent | bba25e2ff6c4a193acb54560ea4417537bd2954e (diff) | |
download | vyos-strongswan-11d6b62db969bdd808d0f56706cb18f113927a31.tar.gz vyos-strongswan-11d6b62db969bdd808d0f56706cb18f113927a31.zip |
New upstream version 5.6.0
Diffstat (limited to 'conf/options/sw-collector.opt')
-rw-r--r-- | conf/options/sw-collector.opt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/options/sw-collector.opt b/conf/options/sw-collector.opt new file mode 100644 index 000000000..976f4f497 --- /dev/null +++ b/conf/options/sw-collector.opt @@ -0,0 +1,31 @@ +sw-collector {} + Options for the sw-collector tool. + + Options for the sw-collector tool. + +sw-collector.database = + URI to software collector database containing event timestamps, software + creation and deletion events and collected software identifiers. + + URI to software collector database containing event timestamps, software + creation and deletion events and collected software identifiers. + If it contains a password, make sure to adjust the permissions of the config + file accordingly. + +sw-collector.first_file = /var/log/bootstrap.log + Path pointing to file created when the Linux OS was installed. + +sw-collector.first_time = 0000-00-00T00:00:00Z + Time in UTC when the Linux OS was installed. + +sw-collector.history = + Path pointing to apt history.log file. + +sw-collector.rest_api.uri = + HTTP URI of the central collector's REST API. + +sw-collector.rest_api.timeout = 120 + Timeout of REST API HTTP POST transaction. + +sw-collector.load = + Plugins to load in sw-collector tool. |