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

Diff of /monit/CHANGES.txt

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

revision 1.215 by martinp, Sun Jan 16 21:50:05 2005 UTC revision 1.216 by hauk, Tue Jan 25 04:42:35 2005 UTC
# Line 5  Line 5 
5  Version 4.5  Version 4.5
6    
7  NEW FEATURES AND FUNCTIONS:  NEW FEATURES AND FUNCTIONS:
8    
9    *  New URL connection test. It is possible to use the URL notation
10       when testing the HTTP protocol. The http protocol test is also
11       changed to attempt to login using Basic authentication if the URL
12       contains a username and password as shown below. In addition the
13       protocol test will follow redirects responses from the HTTP
14       server. Finally the new URL test can be used to test the content
15       returned by the server. POSIX regular expressions are supported in
16       this test. Below is an example showing off the new URL test:
17    
18        check host FOO with address www.foo.bar
19          if failed url https://user:password@www.foo.bar:8080/?query
20             and content == 'action="j_security_check"'
21          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 unique number based on monit startup time which
25     identifies monit instance.     identifies monit instance.

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.216

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