1abrt(7) Miscellaneous Information Manual abrt(7)
2
3
4
6 Bugzilla plugin for abrt(8)
7
9 abrt is a daemon that watches for application crashes. When a crash
10 occurs, it collects the crash data and takes action according to its
11 configuration. This manual page describes the Bugzilla plugin for abrt.
12
13 This plugin is used to report the crash to a Bugzilla instance. The
14 plugin will determine the package name and distribution version. The
15 crash data is attached to the bug report.
16
18 The plugin is invoked in the abrt.conf configuration file. No parame‐
19 ters are necessary.
20
22 The Bugzilla.conf configuration file contains several entries in the
23 format "Option = Value". The options are:
24
25 BugzillaURL
26 The URL of the Bugzilla instance that you want to use, including the
27 path to the xmlrpc. The default is https://bugzilla.redhat.com/xml‐
28 rpc.cgi
29
30 Login
31 Your Bugzilla login. If you have no Bugzilla account, you cannot use
32 the plugin.
33
34 Password
35 Your Bugzilla password.
36
38 This is a snippet from the abrt.conf configuration file. When some‐
39 thing crashes, use the Bugzilla plugin:
40
41 [common]
42 ActionsAndReporters = Bugzilla
43
45 abrt(8), abrt.conf(5), abrt-plugins(7)
46
48 Written by Zdenek Prikryl <zprikryl@redhat.com>. Manual page written
49 by Daniel Novotny <dnovotny@redhat.com>.
50
51
52
53 1 Jun 2009 abrt(7)