monit-dev
[Top][All Lists]
Advanced

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

[monit-dev] [monit] r230 committed - Also lift the every statement in th


From: monit
Subject: [monit-dev] [monit] r230 committed - Also lift the every statement in the example
Date: Tue, 31 Aug 2010 20:53:22 +0000

Revision: 230
Author: janhenrik.haukeland
Date: Tue Aug 31 13:49:55 2010
Log: Also lift the every statement in the example
http://code.google.com/p/monit/source/detail?r=230

Modified:
 /trunk/monit.pod

=======================================
--- /trunk/monit.pod    Tue Aug 31 13:48:21 2010
+++ /trunk/monit.pod    Tue Aug 31 13:49:55 2010
@@ -3484,11 +3484,10 @@
 (i.e. < 60 seconds) but allow some services to take its time to
 start, the B<every> statement is handy:

- check process dynamo with pidfile /etc/dynamo.pid
+ check process dynamo with pidfile /etc/dynamo.pid every 2 cycles
        start program = "/etc/init.d/dynamo start"
        stop program  = "/etc/init.d/dynamo stop"
        if failed port 8840 then alert
-       every 2 cycles

 Here is an example where we group together two database entries
 so you can manage them together, e.g.; 'Monit -g database start



reply via email to

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