summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/abrt-SQLite3.7
blob: c2b39d86132cb547ebecf1cdf00cfd26883fe04a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH abrt "7" "1 Jun 2009" ""
.SH NAME
SQLite3 database plugin for abrt(8)
.SH DESCRIPTION
.P
.I abrt
is a daemon that watches for application crashes. When a crash occurs,
it collects the crash data and takes action according to
its configuration. This manual page describes the \fISQLite3\fP database plugin
for \fIabrt\fP.
.P
This is a database plugin: \fIabrt\fP needs a database in which to store
its metadata. You can choose one by specifying "Database" in
the \fIabrt.conf\fP configuration file. Currently SQLite3 is
the only choice supported.
.SH INVOCATION
The plugin is invoked in the \fIabrt.conf\fP configuration file, like
this:
.br
[common]
.br
Database = SQLite3
.SH CONFIGURATION
The \fISQLite3.conf\fP configuration file contains one entry:
.SS DBPath
The path to the database.
.SH EXAMPLES
see \fBINVOCATION\fP
.SH "SEE ALSO"
.IR abrt (8),
.IR abrt.conf (5),
.IR abrt-plugins (7)
.SH AUTHOR
Written by Zdenek Prikryl <zprikryl@redhat.com> and Jiri
Moskovcak <jmoskovc@redhat.com>. Manual
page by Daniel Novotny <dnovotny@redhat.com>.