1abrt(7) Miscellaneous Information Manual abrt(7)
2
3
4
6 SQLite3 database 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 SQLite3 database plugin
12 for abrt.
13
14 This is a database plugin: abrt needs a database in which to store its
15 metadata. You can choose one by specifying "Database" in the abrt.conf
16 configuration file. Currently SQLite3 is the only choice supported.
17
19 The plugin is invoked in the abrt.conf configuration file, like this:
20 [common]
21 Database = SQLite3
22
24 The SQLite3.conf configuration file contains one entry:
25
26 DBPath
27 The path to the database.
28
30 see INVOCATION
31
33 abrt(8), abrt.conf(5), abrt-plugins(7)
34
36 Written by Zdenek Prikryl <zprikryl@redhat.com> and Jiri Moskovcak
37 <jmoskovc@redhat.com>. Manual page by Daniel Novotny <dnovotny@red‐
38 hat.com>.
39
40
41
42 1 Jun 2009 abrt(7)