Annotation of embedaddon/strongswan/conf/options/sw-collector.opt, revision 1.1

1.1     ! misho       1: sw-collector {}
        !             2:        Options for the sw-collector tool.
        !             3: 
        !             4:        Options for the sw-collector tool.
        !             5: 
        !             6: sw-collector.database =
        !             7:        URI to software collector database containing event timestamps, software
        !             8:        creation and deletion events and collected software identifiers.
        !             9: 
        !            10:        URI to software collector database containing event timestamps, software
        !            11:        creation and deletion events and collected software identifiers.
        !            12:        If it contains a password, make sure to adjust the permissions of the config
        !            13:        file accordingly.
        !            14: 
        !            15: sw-collector.first_file = /var/log/bootstrap.log
        !            16:        Path pointing to file created when the Linux OS was installed.
        !            17: 
        !            18: sw-collector.first_time = 0000-00-00T00:00:00Z
        !            19:        Time in UTC when the Linux OS was installed.
        !            20: 
        !            21: sw-collector.history =
        !            22:        Path pointing to apt history.log file.
        !            23: 
        !            24: sw-collector.rest_api.uri =
        !            25:        HTTP URI of the central collector's REST API.
        !            26: 
        !            27: sw-collector.rest_api.timeout = 120
        !            28:        Timeout of REST API HTTP POST transaction.
        !            29: 
        !            30: sw-collector.load =
        !            31:        Plugins to load in sw-collector tool.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>