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

Diff of /monit/CHANGES.txt

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

revision 1.65 by hauk, Wed Jul 16 20:47:35 2003 UTC revision 1.66 by hauk, Sat Jul 19 01:02:41 2003 UTC
# Line 7  Version 4.0 Line 7  Version 4.0
7  *  The service names are no longer restricted by reserved names.  *  The service names are no longer restricted by reserved names.
8     Due to this, the syntax of DEPENDS was changed.     Due to this, the syntax of DEPENDS was changed.
9    
10  *  The systax of resource monitoring has changed. "CPUUSAGE",  *  The syntax of resource monitoring has changed. "CPUUSAGE",
11     "MEMUSAGE", "MEMKBYTE" is dropped in favor of the unit based     "MEMUSAGE", "MEMKBYTE" is dropped in favor of the unit based
12     "MEM" and "CPU" commands.  Please consult the manpage for     "MEM" and "CPU" commands.  Please consult the manpage for
13     details.     details.
# Line 38  Version 4.0 Line 38  Version 4.0
38  *  It is possible to set message facility in the case that monit logs  *  It is possible to set message facility in the case that monit logs
39     via syslog now.     via syslog now.
40    
41  *  Fixes of monit rc script and monit.spec  *  Fixed monit rc script and monit.spec
42    
43  *  Monit reports complete start/stop command (previous version  *  Monit now reports the complete start/stop command (previous version
44     reported only first argument).     reported only the first argument).
45    
46  *  Support for device checks. In addition to common options Monit is  *  Support for device checks. In addition to common options Monit is
47     able to watch space and inodes and do custom action in the case of     able to watch space and inodes and execute customized actions in
48     problem. See manual for new syntax.     case of a problem. See the manual for the new syntax.
49    
50  *  Support for file checks. In addition to common options Monit is able  *  Support for file checks. In addition to common options, Monit is
51     to watch permission. See manual for new syntax.     able to watch permission. See the manual for the new syntax.
52    
53  *  Support for directory checks. In addition to common options Monit is  *  Support for directory checks. In addition to common options, Monit
54     able to watch permission. See manual for new syntax.     is able to watch permission. See the manual for the new syntax.
55    
56  *  $PROGRAM tag of statement mail-format was renamed to $SERVICE. The  *  The $PROGRAM tag in the mail-format statement was renamed to
57     meaning is the same - it is replaced by name of monitored service,     $SERVICE. The meaning is the same - it is replaced by the name of
58     but in comparision with previous versions these services could be     the monitored service, but in differences to previous versions
59     either program, device, directory or file. $PROGRAM tag is still     these services can now be either program, device, directory or
60     supported for backward compatibility, but use of $SERVICE is highly     file. The $PROGRAM tag is still supported for backward
61     recommended because it is more relevant.     compatibility, but use of $SERVICE is highly recommended because it
62       is more relevant.
63  *  Gracefull unbind request added to LDAPv2 and LDAPv3 tests  
64    *  Gracefully unbind of requests added to LDAPv2 and LDAPv3 tests
65  *  The command line arguments start, stop and restart needs a following  
66     'all' from this release to start/stop/restart all programs in the  *  The command line arguments start, stop and restart needs a
67     control file. For instance 'monit stop all'.     following 'all' from this release on to start/stop/restart *all*
68       programs in the control file. For instance 'monit stop all'. This
69       is done to avoid that a user input error should accidentally stop
70       every monitored service at once.
71        
72  *  Fixed a bug in the lexer that required the start and stop statement  *  Fixed a bug in the lexer that required the start and stop statement
73     to use SPACE '='. The start and stop statement can now be written     to use SPACE '=' "/<path> argument" when arguments was used. The
74     as: start "/<path>/program start" if you want to.     start and stop statement can now be written as:
75         start "/<path>/program start" if you want to.
76  *  Fixed the bug that did not report actions on a service unless the  
77     start statement was defined. Now it's possible get notification via  *  Fixed the bug that did not report actions on a service unless a
78     email if a service died, even if you did not include any start     start statement was defined for the service. Now it's possible get
79     statement. For instance, this is now a compleat statement and will,     notification via email if a service died, even if you did not
80     now, report if the service resin should die:     include any start statement. For instance, this is now a complete
81       statement and will, report if the service resin should die:
82       check process resin with pidfile /usr/local/resin/srun.pid       check process resin with pidfile /usr/local/resin/srun.pid
83    
84    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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