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

Diff of /monit/web/screen.html

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

revision 1.2 by hauk, Sun Dec 22 15:34:11 2002 UTC revision 1.3 by hauk, Sun Dec 29 22:28:10 2002 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <HTML>
2  <html>  <HEAD>
3    <head>   <!--    $Id$       -->
4      <title>monit screen shoots</title>  <TITLE>MONIT - Screen Shoots</TITLE>
5    </head>  <link rel="stylesheet" title="Default" type="text/css" href="monit.css">
6    <body bgcolor="#ffffff">  </HEAD>
7        
8    <BODY BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#0022ff" LINK="#0022ff"
9     VLINK="#0022ff">
10    
11    
12     <IMG SRC="monit.gif" BORDER=0><BR>
13     <HR NOSHADE SIZE=1>
14    
15     <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 >
16      <TR>
17       <TD VALIGN="TOP">
18          <!--#include file="menu.html"-->
19       </TD>
20       <TD VALIGN="TOP">
21    
22        <center><h2>Screen shoots</h2></center>
23    
24        <table border="0" CELLPADDING=5 CELLSPACING=10>
25        <tr>
26        <td>
27         Monit has an optional built-in web server which allows you to
28         check the status and manage programs from a Browser. The web
29         server can bind to a certain interface on the local machine and
30         an Access Control List and Basic Authentication is used to
31         restrict access to the server. You can even setup the server to
32         use SSL and only allow client request with a special
33         certificate.<br><p>
34    
35      <center>      <center>
36      <img src="monit_httpd.gif" border=0>      <img src="monit_httpd.gif"  border=0>
37      <br><p>      <br><p>
     <font size=2>The main page, notice the usage of https</font>  
38      </center>      </center>
39        <font size=2><b>Picture 1.</b> The main page displays the status
40        for programs monitored by monit. If you click on an entry link, a
41        page with detailed process information is displayed.</font>
42    
43      <p><br><p>      <p><br><p>
44    
45      <center>      <center>
46     <img src="monit_httpd1.gif" border=0>     <img src="monit_httpd1.gif"  border=0>
47      <br><p>      <br><p>
     <font size=2>Detailed information about the apache process</font>  
48      </center>      </center>
49        <font size=2><b>Picture 2.</b> Detailed information about the
50        apache process. From this page you can also start and stop the
51        process.</font>
52    
53      <p><br><p>      <p><br><p>
54    
55      <center>      <center>
56      <img src="monit_httpd2.gif" border=0>      <img src="monit_httpd2.gif"  border=0>
57      <br><p> <font size=2>From this page its possible to view the log      <br><p>
     file and stop the monit http server thread</font>  
58      </center>      </center>
59        <font size=2><b>Picture 3.</b>The runtime page shows information
60        about the monit daemon. If you have setup monit to log to its own
61        log file you can view the content of the log file from this
62        page. You can also stop the monit http server thread,
63        <i>without</i> stopping the monit daemon.</font>
64    
65      <p><br><p>      <p><br><p>
66    
67      <center>      <center>
68      <img src="console1.gif" border=0>      <img src="console1.gif" border=0>
69      <br><p> <font size=2>Getting status from the console</font>      <br><p>
70      </center>      </center>
71        <font size=2><b>Picture 4.</b> If a monit daemon was started with
72        http support you can get extended process information as well as
73        start, stop or restart programs from the command line</font>
74    
75      <p><br><p>      <p><br><p>
76    
77      <center>      <center>
78      <img src="alert1.gif" border=0>      <img src="alert1.gif" border=0>
79      <br><p> <font size=2>A standard monit alert message (viewed with      <br><p>
     gnus)</font>  
80      </center>      </center>
81        <font size=2><b>Picture 5.</b> Monit raise alert messages when
82      <p><br><p>      certain process event occurs. For instance if it has to restart a
83        process. This picture shows a standard restart message from
84    </body>      monit. (In this case, viewed with the <a
85  </html>      href="http://www.gnus.org/">gnus</a> mail reader.</font>)
86        </td>
87        </tr>
88       </table>
89       </TD>
90      </TR>
91     </TABLE>
92    </BODY>
93    </HTML>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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