1report.conf(5)             report configuration file            report.conf(5)
2
3
4

NAME

6       report.conf - Configuration file for report.
7

DESCRIPTION

9       Report uses a configuration file at /etc/report.conf.
10
11       Additional  configuration  files are also read from /etc/report.d.  All
12       configuration files of the form "/etc/report.d/*.conf" are  read  along
13       with "/etc/report.conf".
14
15

PARAMETERS

17       There are two kinds of configuration sections.  The "[main]" configura‐
18       tion section specifies options for all  of  the  report  library.   All
19       other  configuration  sections  create new 'targets', where the name of
20       the section becomes the name of the target.  Each target  section  must
21       specify  a  'plugin'  option  to specify the plugin to be used for that
22       target.  Each target should specify a  'description'  for  the  target.
23       Other  target  options are specific to the plugin used for that target.
24       The same plugin may be used for multiple targets, so that  for  example
25       you  can  configure  two  different  SCP locations.  Any plugin that is
26       shipped with report will have its parameters defined here, however, any
27       3rd  party  plugins  will need additional documentation provided by its
28       maintainer.
29
30

[main] OPTIONS

32              target Default target to be used.
33
34              loglevel Set a syslog priority and facility when logging
35
36

OPTIONS for all target sections

38              plugin The plugin to use for this target.
39
40              description Set a syslog priority and facility when logging
41
42

plugin specific target OPTIONS

44              scp
45                      host remote scp/ssh server to connect to
46                      path remote storage directory
47
48              ftp
49                      urldir ftp server to store report. This also allows
50                      passing a username/password in the form of:
51                      "ftp://username:password@ftp.server.com"
52
53
54              localsave
55                      path path on local filesystem where to store
56                                 report files.
57
58
59              bugzilla
60                      bugzilla_host The host of a bugzilla instance.
61
62                      bugURL URL of a bugzilla instance.  Will default to
63                         "https://<bugzilla_host>/xmlrpc.cgi"
64
65                      displayURL The title to show to users instead of bugURL.
66                         Will default to a variation of bugURL.
67
68

FILES

70       /etc/report.conf
71       /etc/report.d/
72
73

SEE ALSO

75       report(1)
76
77
78
79REPORT                                                          report.conf(5)
Impressum