/[monit]/monit/CHANGES.txt
ViewVC logotype

Diff of /monit/CHANGES.txt

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

revision 1.109 by martinp, Thu Sep 25 19:59:16 2003 UTC revision 1.110 by hauk, Thu Sep 25 23:12:18 2003 UTC
# Line 6  Version 4.1 Line 6  Version 4.1
6    
7  NEW FEATURES AND FUNCTIONS:  NEW FEATURES AND FUNCTIONS:
8  *  Web and console interface output refactored and simplified.  *  Web and console interface output refactored and simplified.
9     Instead of printing out one line for each registered event     Instead of printing out one line for each registered alert event-
10     type for user, one line output is used.     type, one condensed line is used.
11    
12  *  Support for ICMP echo test added to remote host check  *  Support for ICMP echo test added to remote host check
13    
 BACKWARD INCOMPATIBLE CHANGES:  
 *  In the case of alert event, monit will generate only one message  
    on the beggining of the problem. In the case that the erroneous  
    state is over, monit is ready to send new alert in the case of  
    recurrent problem.  
   
14  BUGFIXES:  BUGFIXES:
15  *  Don't print html tags to console on shutdown if running in  *  Alert limitation implemented; Monit will only raise one alert when
16       an error situation occurs and *not* repeatedly send error messages
17       for the same problem.  When the error has gone, monit resets and
18       will raise a new alert if the error should reoccur. Consider:
19         if cpu > 50% then alert
20       Monit will now only raise one alert if the cpu usage goes beyond
21       50% and, as long as the process uses more than 50% cpu no more
22       error alerts are sent. When usage drops below 50% monit will reset
23       and again send a new alert if usage should raise above 50% again.
24       Previous versions of monit did not have this feature and
25       continuously sent alerts as long as the test validated to true.
26       This change does not only applies to cpu test but also to memory
27       tests, size and space tests and timestamp tests. The bottom line is
28       that you will no longer get many duplicate alerts for the same
29       problem.
30    
31    *  Don't print html tags to the console on shutdown when monit runs in
32     init mode (-I).     init mode (-I).
33    
34  *  Monit now supports logging via multilog when running via  *  Monit now supports logging via multilog when running via
35     daemontools. Thanks to Klaus Alexander Seistrup     daemontools. Thanks to Klaus Alexander Seistrup
36     <bugs!magnetic-ink.dk> for reporting the problem.     <bugs!magnetic-ink.dk> for reporting the problem.
37    
38  *  Fix the registration of resource event type.  *  Added the resource event type. This type was missing and would lead
39       to a parse error if this alert statement was used, 'alert on {
40       resource }'
41    
42  *  Fix the custom exec action for space and inode tests  *  Added a missing exec action for space and inode tests
43    
44    
45  Version 4.0  Version 4.0

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

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