blob: 07c6185378d0982b3102b78ec1db520c2df52790 (
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
32
33
34
35
36
37
38
39
40
|
.. -*- mode: rst -*-
.. vim: ft=rst
bcfg2-report-collector
======================
.. program:: bcfg2-report-collector
Synopsis
--------
**bcfg2-report-collector** [*options*]
Description
-----------
:program:`bcfg2-report-collector` runs a daemon to collect logs from the
LocalFilesystem :ref:`Bcfg2 Reports <reports-dynamic>` transport object
and add them to the Reporting storage backend.
Options
-------
-C configfile Specify alternate bcfg2.conf location.
-D pidfile Daemonize, placing the program pid in *pidfile*.
-E encoding Specify the encoding of config files.
-Q path Specify the path to the server repository.
-W configfile Specify the path to the web interface
configuration file.
-d Enable debugging output.
-h Print usage information.
-o path Set path of file log
-v Run in verbose mode.
--version Print the version and exit
See Also
--------
:manpage:`bcfg2-server(8)`, :manpage:`bcfg2-reports(8)`
|