sw-collector.conf 722 B

12345678910111213141516171819202122232425262728293031
  1. # Options for the sw-collector tool.
  2. sw-collector {
  3. # URI to software collector database containing event timestamps, software
  4. # creation and deletion events and collected software identifiers.
  5. # database =
  6. # Path pointing to file created when the Linux OS was installed.
  7. # first_file = /var/log/bootstrap.log
  8. # Time in UTC when the Linux OS was installed.
  9. # first_time = 0000-00-00T00:00:00Z
  10. # Path pointing to apt history.log file.
  11. # history =
  12. # Plugins to load in sw-collector tool.
  13. # load =
  14. rest_api {
  15. # Timeout of REST API HTTP POST transaction.
  16. # timeout = 120
  17. # HTTP URI of the central collector's REST API.
  18. # uri =
  19. }
  20. }