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

Diff of /monit/CHANGES.txt

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

revision 1.220 by martinp, Sun Feb 27 20:58:25 2005 UTC revision 1.221 by hauk, Thu Mar 3 23:48:43 2005 UTC
# Line 21  NEW FEATURES AND FUNCTIONS: Line 21  NEW FEATURES AND FUNCTIONS:
21        then ...        then ...
22    
23  *  Added monit daemon incarnation identification to monit status.  *  Added monit daemon incarnation identification to monit status.
24     It is unique number based on monit startup time which     It is a unique number based on the monit startup time and used
25     identifies monit instance.     for identifying monit instances.
26    
27  *  Added wap interface contribution for monit (available in contrib/wap.php).  *  Added wap interface to monit (available in contrib/wap.php).
28     Thanks to David Fletcher <david at megapico!co!uk> for providing     Thanks to David Fletcher <david at megapico!co!uk> for contributing
29     the script.     the PHP-script.
30    
31  *  Added apache-status protocol test contributed by David Fletcher,  *  Added apache-status protocol test contributed by David Fletcher,
32     <david at megapico!co!uk>. If you use the Apache Httpd server and     <david at megapico!co!uk>. If you use the Apache Httpd server and
33     the mod_status module, this test may be useful since you can test     the mod_status module, this test may be useful since you can test
34     the internals of Apache as reported by mod_status.     the internals of Apache as reported by mod_status.
35    
36  *  Allow statements accept additionally numeric networks in IP/MASK  *  The Allow statement now accept additionally numeric networks in
37     syntax:     IP/MASK syntax:
38          allow 192.168.1.0/255.255.255.0          allow 192.168.1.0/255.255.255.0
39          allow 10.0.0.0/8          allow 10.0.0.0/8
40    
41  *  Added process PID change test. This test is implicit and monit will  *  Added process PID change test. The test is implicit and monit will
42     send alert by default. It is also possible to override the alert     send an alert by default if the pid was changed. It is possible to
43     action by explicit definition:     override the default (alert) action by using this test;
44          if changed pid then <action>          if changed pid then <action>
45    
46  *  Added process PPID (parent pid) change test. This test is implicit  *  Added a process PPID (parent pid) change test. The test is implicit
47     and monit will send alert by default. It is also possible to override     and monit will send an alert by default. It is possible to override
48     the alert action by explicit definition:     this default action by using this statement:
49          if changed ppid then <action>          if changed ppid then <action>
50    
51  *  Internal control file language changes. The char '=' is promoted to  *  Internal control file language changes. The char '=' is promoted to
52     a keyword and not longer ignored by monit. This change should be     a keyword and not longer ignored by monit. This change should be
53     backward compatible and shouldn't affect existing control files.     backward compatible and shouldn't affect existing control files.
54    
55  *  Monit now looks for the controlfile monitrc in the directory  *  Monit now looks for the control file monitrc in the directory
56     /usr/local/etc/ too (in addition to present ~/, /etc/ and ./)     /usr/local/etc/ in addition to the standard ~/, /etc/ and ./
57       directories.
58    
59  *  NetBSD support added  *  NetBSD support added
60    
# Line 61  NEW FEATURES AND FUNCTIONS: Line 62  NEW FEATURES AND FUNCTIONS:
62     <michel!marti at objectxp!com>.     <michel!marti at objectxp!com>.
63    
64  *  Added support for monit daemon wakeup via its http interface. This  *  Added support for monit daemon wakeup via its http interface. This
65     allows to remotely force the immediate validation cycle start. The     allows to remotely force a validation cycle start. The monit
66     daemon wakeup may be called using "/_validate" url (there is also     daemon wakeup may be called by using the "/_validate" url (there is
67     button for this action on the monit http interface runtime page).     also a button for this action on the monit http interface runtime page).
68     Thanks to Leen Besselink <leen at wirehub!nl> for suggesting the     Thanks to Leen Besselink <leen at wirehub!nl> for suggesting the
69     feature.     feature.
70    
71  BUGFIXES:  BUGFIXES:
72  *  Fix total real memory usage statistic on Darwin.  *  Fix total real memory usage statistics on Darwin.
73    
74  *  Fix cpu usage statistic on Darwin.  *  Fix cpu usage statistics on Darwin.
75    
76  *  Make the device space and inode usage statistics more accurate.  *  Make the device space and inode usage statistics more accurate.
77     Thanks M. D. Parker <mike!parker at ga!com> for reporting the     Thanks M. D. Parker <mike!parker at ga!com> for reporting the

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221

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