/[monit]/monit/web/index.html
ViewVC logotype

Diff of /monit/web/index.html

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

revision 1.27 by hauk, Sat Sep 20 03:25:04 2003 UTC revision 1.28 by hauk, Sun Sep 21 03:17:13 2003 UTC
# Line 1  Line 1 
1  <HTML>  <html>
2  <HEAD>  <head>
3   <!--    $Id$       -->   <!--    $id: index.html,v 1.27 2003/09/20 03:25:04 hauk exp $       -->
4  <TITLE>MONIT</TITLE>  <title>MONIT</title>
5  <link rel="stylesheet" title="Default" type="text/css" href="monit.css">  <link rel="stylesheet" title="default" type="text/css" href="monit.css">
6  </HEAD>  </head>
7    
8  <BODY BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#0022ff" LINK="#0022ff"  <body bgcolor="#ffffff" text="#000000" alink="#0022ff" link="#0022ff"
9   VLINK="#0022ff">   vlink="#0022ff">
10    
11     <a href="growl.wav"><img src="monit.gif" border=0></a><p>
12   <IMG SRC="monit.gif" BORDER=0><BR>  
13   <HR NOSHADE SIZE=1>  <table width=100% cellspacing=0 cellpadding=0> <tr><td
14    bgcolor="#333333"><img src="pixel.gif" width="1" height="1"
15   <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 >  alt=""></td></tr></table><p>
16    <TR>  
17     <TD VALIGN="TOP">  
18     <table cellpadding=0 cellspacing=0 border=0 >
19      <tr>
20       <td valign="top">
21        <!--#include file="menu.html"-->        <!--#include file="menu.html"-->
22     </TD>     </td>
23     <TD VALIGN="TOP">     <td valign="top">
24                
25    
26    
27       <TABLE CELLPADDING=20 BORDER="0" WIDTH="100%">       <table cellpadding=20 border="0" width="100%">
28       <TR>       <tr>
29        <TD WIDTH="100%">        <td width="100%">
        <FONT SIZE="3">  
30    
31  <b>Monit</b> is a utility for monitoring and managing processes,  
32    <b>monit</b> is a utility for monitoring and managing processes,
33  files, directories and devices on a Unix system. Monit conducts  files, directories and devices on a Unix system. Monit conducts
34  automatic maintenance and repair and can execute meaningful causal  automatic maintenance and repair and can execute meaningful causal
35  actions in error situations. E.g. monit can start a process if it does  actions in error situations. E.g. monit can start a process if it does
36  not run, restart a process if it does not respond and stop a process  not run, restart a process if it does not respond and stop a process
37  if it use to much resources. You may use monit to monitor files,  if it use to much resources. You may use monit to monitor files,
38  directories and devices for changes, such as timestamps changes,  directories and devices for changes, such as timestamp changes,
39  checksum changes or size changes.  checksum changes or size changes.<p>
40    
41    <dd><a href="growl.wav"><img src="overview.jpg" border=0></a></dd>
42    
43  <p>Monit is controlled via an easy to configure control file based on  <p>Monit is controlled via an easy to configure control file based on
44  a free-format, token-oriented syntax. Monit logs to syslog or to its  a free-format, token-oriented syntax. Monit logs to syslog or to its
# Line 42  alert messages. Monit can perform variou Line 47  alert messages. Monit can perform variou
47  protocol checks and can utilize SSL for such checks. Monit provides a  protocol checks and can utilize SSL for such checks. Monit provides a
48  HTTP(S) interface and you may use a browser to access the monit  HTTP(S) interface and you may use a browser to access the monit
49  program.  program.
50    </div>
51    
52    <h2>Getting started:</h2> <a href="presentation/">Browse the bird of
53    (many) feather presentation </a>
54    
 <h3>&raquo;&nbsp; <a href="presentation/">Getting started  
 slides</a>&nbsp;&laquo;</h3>  
55    
56         <U>monit features:</U>  <h2>Monit mailing lists:</h2>
57        <UL>  
58          <LI> Daemon mode - poll services at a specified interval  Join the <i>monit general list</i> if you have questions or if you
59          <LI> Monitoring modes - active, passive or manual  simply want to discuss monit and submit ideas, suggestions, and
60          <LI> Start, stop and restart of services  comments. New releases will also be announced to this list. Use <A
61          <LI> Enable or disable services monitoring  HREF=
62          <LI> Group and manage groups of services  "http://mail.freesoftware.fsf.org/mailman/listinfo/monit-general">
63          <LI> Services dependency definition  this</A> form to subscribe to the mailing list and <A
64          <LI> Logging to syslog or own logfile  HREF="http://mail.freesoftware.fsf.org/pipermail/monit-general/">
65          <LI> Configuration - comprehensive controlfile  here</A> is the mailing list archive. You may also search the archive
66          <LI> Runtime and TCP/IP port checking (<I>tcp</I> and <I>udp</I>)  for answers.
67          <LI> SSL support for port checking   <P>
68          <LI> Unix domain socket checking  
69          <LI> Service status and service timeout  Join the <i>monit developer list</i> if you want to discuss design
70          <LI> Process cpu usage  issues, code changes/additions, etc. Use <A HREF=
71          <LI> Process memory usage  "http://mail.freesoftware.fsf.org/mailman/listinfo/monit-dev">
72          <LI> Process zombie check  this</A> form to subscribe to the developer mailing list and
73          <LI> Check the systems load average  <A HREF="http://mail.freesoftware.fsf.org/pipermail/monit-dev/">
74          <LI> Check a file or directory timestamp  here</A> is the developer mailing list archive.
75          <LI> Check a file size  
76          <LI> Device space usage check  <h2>Acknowledgments:</h2>
77          <LI> Device inodes usage check  
78          <LI> MD5 checksum for files  Thanks to the <a href="http://www.gnu.org/">Free Software Foundation
79          <LI> File, directory and device permission checking  (FSF)</a> for hosting the CVS repository and the mailing lists.
80          <LI> File, directory and device owner uid checking  
81          <LI> File, directory and device owner gid checking  
82          <LI> Alert, stop or restart a service based on it's characteristics       </td>
83          <LI> Alert notification for service timeout, start, restart,      </tr>
84               checksum, resource, stop, connection, size, permission, uid,      </table>
              gid, unmonitor or timestamp error  
         <LI> Flexible and customizable email alert messages  
         <LI> Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH,  
              DWP, LDAPv2, LDAPv3, RDATE and RSYNC.  
         <LI> A http interface with optional SSL support to make monit  
              accessible from a Browser  
       </UL>  
   
         <u>monit mailing lists:</u><P>  
           
          Join the <i>monit general list</i> to discuss usage of monit  
          and submitt ideas, suggestions, and comments. New releases  
          will also be annonced to this list. Use  
          <A HREF=  
          "http://mail.freesoftware.fsf.org/mailman/listinfo/monit-general">  
          this</A> form to subscribe to the mailing list and <A  
          HREF="http://mail.freesoftware.fsf.org/pipermail/monit-general/">  
          here</A> is the mailing list archive.  
          <P>  
          Join the <i>monit developer list</i> if you want to discuss  
          design issues, code changes/additions, etc.  Use  
          <A HREF=  
          "http://mail.freesoftware.fsf.org/mailman/listinfo/monit-dev">  
          this</A> form to subscribe to the developer mailing list and  
          <A  
          HREF="http://mail.freesoftware.fsf.org/pipermail/monit-dev/">  
          here</A> is the developer mailing list archive.  
          <P>  
   
   
       <u>Acknowledgements</u><P>  
   
          Thanks to the <A HREF="http://www.gnu.org/">Free Software  
          Foundation (FSF)</a> for hosting the CVS repository and the  
          mailing lists.  
       
      </TD>  
     </TR>  
     </TABLE>  
85        
86     </TD>     </td>
87    </TR>    </tr>
88   </TABLE>   </table>
89  </BODY>  </body>
90  </HTML>  </html>

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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