/[monit]/monit/monit.pod
ViewVC logotype

Diff of /monit/monit.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by hauk, Thu Sep 12 16:46:07 2002 UTC revision 1.25 by rory, Wed Sep 25 22:43:38 2002 UTC
# Line 569  checks for a service. Line 569  checks for a service.
569    
570  See also the example section below.  See also the example section below.
571    
572    =head1 DEPENDENCY CHECKING
573    If specified in the control file, monit will do dependency checking
574    before starting or stopping processes. The processes specified on the
575    depend will be checked during stop/start operations. When a process is stopped
576    it will first stop the dependant processes. If a process is started, it will
577    first stop the dependant processes, start the process, and then start the
578    dependant processes.
579    
580  =head1 MONIT HTTPD  =head1 MONIT HTTPD
581    
# Line 928  much easier to read at a glance. The pun Line 935  much easier to read at a glance. The pun
935                   system load average over a number of cylces. If                   system load average over a number of cylces. If
936                   the compare expression matches then the action                   the compare expression matches then the action
937                   start, alert or stop is avtivated.                   start, alert or stop is avtivated.
938     depend          Must be followed by the name of a process that depends
939                     on the process given in the check field. This process
940                     will be stopped/started before/after the current
941                     process.
942    
943  Here's the complete list of reserved B<keywords> used by monit:  Here's the complete list of reserved B<keywords> used by monit:
944    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26