From 83a6ce9ad4b1828e163dc7172ef603201b748473 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Tue, 10 Aug 2010 10:21:25 +0200 Subject: lower case direcotry(no code changed) Signed-off-by: Nikola Pajkovsky --- lib/plugins/abrt-RunApp.7 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 lib/plugins/abrt-RunApp.7 (limited to 'lib/plugins/abrt-RunApp.7') diff --git a/lib/plugins/abrt-RunApp.7 b/lib/plugins/abrt-RunApp.7 new file mode 100644 index 00000000..56a8d2b0 --- /dev/null +++ b/lib/plugins/abrt-RunApp.7 @@ -0,0 +1,43 @@ +.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 . Manual +page by Daniel Novotny . -- cgit