From 1d30d667df0c29089c539c0bc10d1b67b46c2769 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 27 Aug 2013 21:48:51 -0400 Subject: Add ProcWatch, a little package to monitor services and restart them if they are stopped. Needs more testing, but the basics work. --- config/procwatch/procwatch.xml | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 config/procwatch/procwatch.xml (limited to 'config/procwatch/procwatch.xml') diff --git a/config/procwatch/procwatch.xml b/config/procwatch/procwatch.xml new file mode 100644 index 00000000..9db6d40d --- /dev/null +++ b/config/procwatch/procwatch.xml @@ -0,0 +1,72 @@ + + + + + + + + ProcWatch + None + Monitors for stopped services and restarts them. + ProcWatch + 1.0 + Services: Procwatch + /usr/local/pkg/procwatch.inc + + ProcWatch + +
Services
+ /services_procwatch.php +
+ + /usr/local/www/ + 644 + http://www.pfsense.com/packages/config/procwatch/services_procwatch.php + + + /usr/local/www/ + 644 + http://www.pfsense.com/packages/config/procwatch/services_procwatch_add.php + + + /usr/local/pkg/ + 755 + http://www.pfsense.com/packages/config/procwatch/procwatch_cron.php + + + /usr/local/pkg/ + 644 + http://www.pfsense.com/packages/config/procwatch/procwatch.inc + +
\ No newline at end of file -- cgit v1.2.3