/[monit]/monit/web/doc/next.php
ViewVC logotype

Diff of /monit/web/doc/next.php

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

revision 1.1 by hauk, Sat Dec 18 23:23:09 2004 UTC revision 1.2 by martinp, Wed Dec 29 13:38:03 2004 UTC
# Line 48  mailing lists</A> and let us know. Line 48  mailing lists</A> and let us know.
48    <li><a href="#12">Refactor sysdep files in process directory</a></li>    <li><a href="#12">Refactor sysdep files in process directory</a></li>
49    <li><a href="#18">ARP (MAC address) tests in host services</a></li>    <li><a href="#18">ARP (MAC address) tests in host services</a></li>
50    <li><a href="#19">SCSI ping support for device test</a></li>    <li><a href="#19">SCSI ping support for device test</a></li>
51    <li><a href="#20">Speech support</a></li>    <li><a href="#20">Event ratio dependant action rules</a></li>
52  </ol>  </ol>
53  </div>  </div>
54    
# Line 402  Allows to test whether the device is acc Line 402  Allows to test whether the device is acc
402        <tr>        <tr>
403          <td colspan=2>          <td colspan=2>
404    
405  <h3><a name="20">Speech support</a></h3>  <h3><a name="20">Event ratio dependant action rules</a></h3>
406  Allow monit to post alerts via speech server with optional format. It will  Allows to set stack of rules which will evaluate given
407  be possible to deliver audio alerts.<br>  action based on specific event occurence (error level).<br>
408    <p>
409    Possible syntax (example):
410    <pre>
411      if X EVENT within Y cycles then ACTION
412    </pre>
413    <p>
414    where:<br>
415    X      = number of event occurences<br>
416    EVENT  = event type<br>
417    Y      = number of consequent cycles<br>
418    ACTION = given action (alert|restart|unmonitor|exec|...)<br>
419    
420            </td>            </td>
421          </tr>          </tr>
422          <tr>          <tr>
423            <td width=10% style="padding-right: 20px;">            <td width=10% style="padding-right: 20px;">
424              Responsible:</td>              Responsible:</td>
425            <td>Martin</td>            <td>?</td>
426          </tr>          </tr>
427          <tr>          <tr>
428            <td>Progress:</td>            <td>Progress:</td>
# Line 420  be possible to deliver audio alerts.<br> Line 431  be possible to deliver audio alerts.<br>
431            </td>            </td>
432          </tr>          </tr>
433          <tr>          <tr>
434            <td>Importance:</td><td><b>LOW</b></td>            <td>Importance:</td><td><b>MEDIUM</b></td>
435          </tr>          </tr>
436  </table>  </table>
437    

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

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