Revision: 224
Author: martin2812
Date: Wed Aug 25 12:43:56 2010
Log: Allow use of start/stop program statements in 'check system'
http://code.google.com/p/monit/source/detail?r=224
Modified:
/trunk/CHANGES.txt
/trunk/p.y
=======================================
--- /trunk/CHANGES.txt Wed Aug 18 07:12:59 2010
+++ /trunk/CHANGES.txt Wed Aug 25 12:43:56 2010
@@ -52,6 +52,8 @@
* Added FIPS OpenSSL module to Monit httpd. Thanks to Lior Okman for the
patch.
+* Allow use of start/stop program statements in 'check system'
+
BUGFIXES:
* Show real process uptime - formerly the presented uptime was based on
create/modify
=======================================
--- /trunk/p.y Wed Aug 18 07:12:59 2010
+++ /trunk/p.y Wed Aug 25 12:43:56 2010
@@ -443,7 +443,9 @@
| optsystemlist optsystem
;
-optsystem : actionrate
+optsystem : start
+ | stop
+ | actionrate
| alert
| every
| group
_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev