report_centos.conf (5) - Linux Manuals

report_centos.conf: configuration file for libreport.

NAME

report_centos.conf - configuration file for libreport.

DESCRIPTION

This configuration file specifies which of the reporting work flow definitions are applicable for all problems types on CentOS.

All applicable work flows are presented to users in User Interface as possibilities for processing of any problems. A particular work flow becomes applicable if its conditions are satisfied.

This configuration file consists from one condition per line.

Each condition line must start with EVENT=workflow_NAME where "workflow_" is constant prefix and "workflow_NAME" is base name of path to reporting work flow configuration file.

The rest of condition line has form VAR=VAL, VAR!=VAL or VAL~=REGEX, where VAR is a name of problem directory element to be checked (for example, "executable", "package", hostname" etc). The condition may consists from as many element checks as it is necessary.

EXAMPLES

Condition line

EVENT=workflow_CentOSCCpp analyzer=CCpp

The condition line above expects existence of /usr/share/libreport/workflows/workflow_CentOSCCpp.xml

AUTHOR

• ABRT team

SEE ALSO

report-gtk(1)