report (5) - Linux Manuals

report: Configuration file for report.

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.

PARAMETERS

There are two levels of configuration in the report configuration file(s): global and plugin specific. Global is sets any configuration option presented from the plugins as well as any additional non-plugin specific parameters. 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

plugin Default plugin to be used.
description Short description of what the plugin does.
loglevel Set a syslog priority and facility when logging

plugin OPTIONS

SCP

  host remote scp/ssh server to connect to

  path remote storage directory

  username define a ssh user.

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 URL of a bugzilla instance

  username login for bugzilla instance

FILES

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

SEE ALSO

report(1)