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

Diff of /monit/web/CHANGES.txt

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

revision 1.3 by martinp, Tue Mar 29 19:47:05 2005 UTC revision 1.4 by martinp, Wed Apr 13 20:46:24 2005 UTC
# Line 1  Line 1 
1                           CHANGES version 4.5                           CHANGES version 4.5.1
2    
3               This file summarizes changes made since 3.0               This file summarizes changes made since 3.0
4    
5  Version 4.5  Version 4.5.1
6    
7  NEW FEATURES AND FUNCTIONS:  NEW FEATURES AND FUNCTIONS:
8    *  Support for native MySQL protocol test added. The test can be
9       used with unixsocket and port testing rules. Example:
10        check host FOO with address db.foo.bar
11         if failed port 3306 protocol mysql then alert
12    
13    *  Support for DNS protocol test added. The test can be used with
14       port testing rules, either tcp or udp. Example:
15        check host FOO with address ns.foo.bar
16         if failed port 53 type udp protocol dns then alert
17    
18    *  Status summary support added.The 'monit summary' command can be
19       used to obtain a quick overview of services handled by monit.
20       Example output:
21        The monit daemon 4.5.1 uptime: 15m
22        System 'foo'                        [0.16] [0.14] [0.09]
23        Process 'slapd'                     running
24        File 'slapd_bin'                    accessible
25        Device 'rootfs'                     accessible
26        Device 'vfatfs'                     Data access error
27        File 'testfile'                     not monitored
28        Remote Host 'bar'                   online with all services
29    
30    BUGFIXES:
31    *  This release fix service timeout, which was broken in 4.5. Thanks to
32       Waggott Graeme <gwaggott at ndsuk!com> for reporting the problem.
33    
34    
35    Version 4.5
36    
37    NEW FEATURES AND FUNCTIONS:
38  *  New URL connection test. It is possible to use the URL notation  *  New URL connection test. It is possible to use the URL notation
39     when testing the HTTP protocol. The http protocol test is also     when testing the HTTP protocol. The http protocol test is also
40     changed to attempt to login using Basic authentication if the URL     changed to attempt to login using Basic authentication if the URL

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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