summaryrefslogtreecommitdiffstats
path: root/lib/plugins/abrt-RunApp.7
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-08 19:07:48 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-08 19:07:48 +0100
commit028af519c11d4bc3599562bc8a23caf66d50ea2e (patch)
treea13ab82438e1db75af9e321aeb3aa792ce77d706 /lib/plugins/abrt-RunApp.7
parent693f8cd5cd05f896fbf73e6b2d1f2fda4f458cce (diff)
downloadabrt-028af519c11d4bc3599562bc8a23caf66d50ea2e.tar.gz
abrt-028af519c11d4bc3599562bc8a23caf66d50ea2e.tar.xz
abrt-028af519c11d4bc3599562bc8a23caf66d50ea2e.zip
remove RunApp plugin, abrt-event.conf superseded it
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/plugins/abrt-RunApp.7')
-rw-r--r--lib/plugins/abrt-RunApp.743
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/plugins/abrt-RunApp.7 b/lib/plugins/abrt-RunApp.7
deleted file mode 100644
index 56a8d2b0..00000000
--- a/lib/plugins/abrt-RunApp.7
+++ /dev/null
@@ -1,43 +0,0 @@
-.TH abrt "7" "1 Jun 2009" ""
-.SH NAME
-RunApp 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 \fIRunApp\fP plugin
-for \fIabrt\fP.
-.P
-This plugin is used to run a specified application when the crash occurs.
-.SH INVOCATION
-The plugin is invoked in the \fIabrt.conf\fP configuration file.
-The first parameter is the command to run. The second, optional
-parameter specifies an output file, to which the standard
-output of the program is saved.
-.SH CONFIGURATION
-There is no configuration file, the plugin parameters are
-sufficient.
-.SH EXAMPLES
-.P
-These are snippets from the \fIabrt.conf\fP configuration file.
-.P
-1) Each time something crashes, print (and save in a text file)
-which processes are running on the system.
-.PP
-[common]
-.br
-ActionsAndReporters = RunApp("ps ax","processes.txt")
-.P
-2) When proftpd crashes, restart it.
-.PP
-[AnalyzerActionsAndReporters]
-.br
-CCpp:proftpd = RunApp("/etc/init.d/proftpd restart")
-.SH "SEE ALSO"
-.IR abrt (8),
-.IR abrt.conf (5),
-.IR abrt-plugins (7)
-.SH AUTHOR
-Written by Zdenek Prikryl <zprikryl@redhat.com>. Manual
-page by Daniel Novotny <dnovotny@redhat.com>.