Annotation of embedaddon/strongswan/conf/options/sw-collector.conf, revision 1.1
1.1 ! misho 1: # Options for the sw-collector tool.
! 2: sw-collector {
! 3:
! 4: # URI to software collector database containing event timestamps, software
! 5: # creation and deletion events and collected software identifiers.
! 6: # database =
! 7:
! 8: # Path pointing to file created when the Linux OS was installed.
! 9: # first_file = /var/log/bootstrap.log
! 10:
! 11: # Time in UTC when the Linux OS was installed.
! 12: # first_time = 0000-00-00T00:00:00Z
! 13:
! 14: # Path pointing to apt history.log file.
! 15: # history =
! 16:
! 17: # Plugins to load in sw-collector tool.
! 18: # load =
! 19:
! 20: rest_api {
! 21:
! 22: # Timeout of REST API HTTP POST transaction.
! 23: # timeout = 120
! 24:
! 25: # HTTP URI of the central collector's REST API.
! 26: # uri =
! 27:
! 28: }
! 29:
! 30: }
! 31:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>