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

Diff of /monit/web/next.html

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

revision 1.39 by hauk, Fri Sep 26 17:37:48 2003 UTC revision 1.40 by hauk, Fri Sep 26 19:27:15 2003 UTC
# Line 68  Syntax propsal: Line 68  Syntax propsal:
68  set mailserver, primary, secondary, foo.bar, bar.baz  set mailserver, primary, secondary, foo.bar, bar.baz
69  </pre>  </pre>
70  <p>  <p>
71  Also updated the SMTP protocol support in monit to handle error  Also update the SMTP protocol support in monit to handle error
72  messages from the SMTP server (more proper).  responses from the SMTP server (more proper).
73  <p>  <p>
74  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
75  <tr>  <tr>
# Line 132  as: Line 132  as:
132    
133  <p>  <p>
134    
135    <div style='padding-left:10px; width:100%; border:1px solid;'>
136    <h3>Refactor the CVS repository and release tree</h3> The goal is to
137    move all source code into a src/ directory. After refactoring the
138    monit top-level directory should look like this:
139    <pre>
140    CHANGES.txt   contrib/      doc/        Makefile.in  src/
141    configure*    CONTRIBUTORS  install-sh  man/         STATUS
142    configure.ac  COPYING       LICENSE     README
143    </pre>
144    <p>
145    <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
146    <tr>
147    <td width=50%>Responsible:</td><td width=50%>hauk</td>
148    </tr>
149    <tr>
150    <td width=50%>Progress:</td>
151    <td width=50% bgcolor="blue" align=center><b>
152    <font color=#ffffff>0%</font></b></td>
153    </tr>
154    <tr>
155    <td width=50%>Importance:</td><td width=50%>HIGH</td>
156    </tr>
157    </table>
158    </div>
159    
160    <p>
161    
162  <!--  -------------------------------------------------------------------- -->  <!--  -------------------------------------------------------------------- -->
163  <!--  ---------------------- MEDIUM PRIORITIES --------------------------- -->  <!--  ---------------------- MEDIUM PRIORITIES --------------------------- -->
164  <!--  -------------------------------------------------------------------- -->  <!--  -------------------------------------------------------------------- -->
# Line 189  Syntax proposal: Line 216  Syntax proposal:
216  if failed port 1234 [{expect|send} "string" [{expect|send} "string"] ...]  if failed port 1234 [{expect|send} "string" [{expect|send} "string"] ...]
217  </pre>  </pre>
218  <p>  <p>
219  For every <i>send</i> the "string" is sent through the connection (w/  For every <i>send</i>, the "string" is sent through the connection (w/
220  or w/o ssl), and for every <i>expect</i> the return is read and  or w/o ssl), and for every <i>expect</i> the return is read and
221  matched against the "string". This feature allows for testing  matched against the "string". This feature allows for testing
222  <b>any</b> text based protocols without having to implement a protocol  <b>most</b> if not all text based protocols without having to
223  C-module in monit.  implement a protocol C-module in monit.
224  <p>  <p>
225  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
226  <tr>  <tr>
# Line 236  XXX Kb for documents monit will compute Line 263  XXX Kb for documents monit will compute
263    
264  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
265  <tr>  <tr>
266  <td width=50%>Responsible:</td><td width=50%>hauk</td>  <td width=50%>Responsible:</td><td width=50%>?</td>
267  </tr>  </tr>
268  <tr>  <tr>
269  <td width=50%>Progress:</td>  <td width=50%>Progress:</td>
# Line 365  user granted access. If user is omitted Line 392  user granted access. If user is omitted
392  <p>  <p>
393    
394  <div style='padding-left:10px; width:100%; border:1px solid;'>  <div style='padding-left:10px; width:100%; border:1px solid;'>
395  <h3>IPv6 support</h3>  <h3>IPv6 support</h3> Make monit speak Ipv6, both for network protocol
396  Make monit speak Ipv6 both for network protocol test and in the  test and in the built-in web server.
 built-in web server.  
397  <p>  <p>
398  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
399  <tr>  <tr>
# Line 412  catastrophic failure will occure. Line 438  catastrophic failure will occure.
438  <p>  <p>
439    
440  <div style='padding-left:10px; width:100%; border:1px solid;'>  <div style='padding-left:10px; width:100%; border:1px solid;'>
441  <h3>message queue support</h3>  <h3>Message queue support</h3> If no of MTA servers are available,
442  In the case that none of MTA servers is available, store alert  store alert messages in a queue for later delivery.
 messages in queue for later delivery.  
443  <p>  <p>
444  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>  <table style='width: 30%; border-top:1px solid;border-right:1px solid;'>
445  <tr>  <tr>

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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