report.conf

Langue: en

Version: 384634 (fedora - 01/12/10)

Section: 5 (Format de fichier)

NAME

report.conf - Configuration file for report.

DESCRIPTION

Report uses a configuration file at /etc/report.conf.

Additional configuration files are also read from /etc/report.d. All configuration files of the form "/etc/report.d/*.conf" are read along with "/etc/report.conf".

PARAMETERS

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

[main] OPTIONS

target Default target to be used.
loglevel Set a syslog priority and facility when logging

OPTIONS for all target sections

plugin The plugin to use for this target.
description Set a syslog priority and facility when logging

plugin specific target OPTIONS

scp

        host remote scp/ssh server to connect to

        path remote storage directory
ftp

        urldir ftp server to store report. This also allows

        passing a username/password in the form of:

        "ftp://username:password@ftp.server.com"
localsave

        path path on local filesystem where to store 
                   report files.
bugzilla

        bugzilla_host The host of a bugzilla instance.


        bugURL URL of a bugzilla instance.  Will default to 
           "https://<bugzilla_host>/xmlrpc.cgi"


        displayURL The title to show to users instead of bugURL.
           Will default to a variation of bugURL.

FILES

 /etc/report.conf
 /etc/report.d/
 
 
 

SEE ALSO

report(1)