1abrt(7)                Miscellaneous Information Manual                abrt(7)
2
3
4

NAME

6       RunApp plugin for abrt(8)
7

DESCRIPTION

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 RunApp plugin for abrt.
12
13       This  plugin  is  used  to  run  a specified application when the crash
14       occurs.
15

INVOCATION

17       The plugin is invoked in the abrt.conf configuration file.   The  first
18       parameter  is the command to run. The second, optional parameter speciā€
19       fies an output file, to which the standard output  of  the  program  is
20       saved.
21

CONFIGURATION

23       There is no configuration file, the plugin parameters are sufficient.
24

EXAMPLES

26       These are snippets from the abrt.conf configuration file.
27
28       1)  Each  time something crashes, print (and save in a text file) which
29       processes are running on the system.
30
31       [common]
32       ActionsAndReporters = RunApp("ps ax","processes.txt")
33
34       2) When proftpd crashes, restart it.
35
36       [AnalyzerActionsAndReporters]
37       CCpp:proftpd = RunApp("/etc/init.d/proftpd restart")
38

SEE ALSO

40       abrt(8), abrt.conf(5), abrt-plugins(7)
41

AUTHOR

43       Written by Zdenek Prikryl <zprikryl@redhat.com>. Manual page by  Daniel
44       Novotny <dnovotny@redhat.com>.
45
46
47
48                                  1 Jun 2009                           abrt(7)
Impressum