monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r224 committed - Allow use of start/stop program sta


From: monit
Subject: [monit-dev] [monit] r224 committed - Allow use of start/stop program statements in 'check system'
Date: Wed, 25 Aug 2010 19:45:15 +0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]