summaryrefslogtreecommitdiff
path: root/conf/options/sw-collector.conf
blob: 6f588b41a1faf88f10dfcd874fb8512ef7572ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 =

    }

}