1report(1)                                                            report(1)
2
3
4

NAME

6       report - Report library frontend
7

SYNOPSIS

9       report [options] file
10

DESCRIPTION

12       report will deliver file to a target.  A target can be specified on the
13       command line, in the [main] section of the report configuration  files,
14       or  it  will be queried.  Each target is associated with a plugin which
15       actually delivers the file.  Additional parameters needed by the plugin
16       are  plugin specific, and may be specified on the command line, in tar‐
17       get specific configuration sections, or they will be queried.
18
19
20       The file can be a specifically formatted problem report or an arbitrary
21       file.   A  'target'  can  be ticket/case/bug tracking systems, in which
22       case report can create new tickets or attach to  existing  ones;  or  a
23       'target' can be a simple directory on local or remote file systems.
24
25

OPTIONS

27       --target
28              Specify  the target.  This must be one of the targets configured
29              in /etc/report.d/*.conf.
30
31       --ticket
32              Specify a ticket or case or bug to the plugin specified  by  the
33              target.   This  option  is  only  valid for plugins that deal in
34              cases, tickets or bugs; it is ignored by other plugins.  If  the
35              target  config  file  also defines a 'ticket' configuration, the
36              command line overrides this.
37
38       --host Specify a host or case or bug to the  plugin  specified  by  the
39              target.   This  option  is  only  valid for plugins that deal in
40              hosts; it is ignored by other plugins.   If  the  target  config
41              file also defines a 'host' configuration, the command line over‐
42              rides this.
43
44       --path Specify a path or case or bug to the  plugin  specified  by  the
45              target.   This  option  is  only  valid for plugins that deal in
46              paths; it is ignored by other plugins.   If  the  target  config
47              file also defines a 'path' configuration, the command line over‐
48              rides this.
49
50       --gtk  Use GTK dialog boxes for I/O from the Report library.
51
52       -h
53
54       --help Command line help.
55
56
57

FILES

59       /etc/report.conf
60       /etc/report.d/
61
62

SEE ALSO

64       report.conf (5)
65
66

BUGS

68       File a ticket within http://bugzilla.redhat.com/
69
70
71
72REPORT                                                               report(1)
Impressum