monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Announce] monit 4.1-beta5


From: Jan-Henrik Haukeland
Subject: [Announce] monit 4.1-beta5
Date: Fri, 24 Oct 2003 01:04:11 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, linux)

The monit 4.1-beta5 is available from:

                http://www.tildeslash.com/monit/beta/

We decided to add a last minute feature before the 4.1 release; The
possibility to define a read-only web user. That is, a user who can
only view the monit web interface but cannot change a service. You can
read about this feature in the "Basic Authentication" section here:

http://www.tildeslash.com/monit/beta/monit.html#basic%20authentication

Speaking about features, I will also like to bring to your attention
the new and very cool send/expect feature. Now it's possible to write
a protocol test (for text based protocols) in the monitrc file, simply
by using send and expect strings. You can read more about this feature
in the "Connection testing" section here:

http://www.tildeslash.com/monit/beta/monit.html#connection%20testing

And this is an example, demonstrating how send/expect can be used to
check a web server:

 check process apache with pidfile /var/run/httpd.pid
       start "/etc/init.d/httpd start"
       stop  "/etc/init.d/httpd stop"
       if failed host www.sol.no port 80 
          send "GET / HTTP/1.0\r\nHost: www.sol.no\r\n\r\n"
          expect "HTTP/[0-9\.]{3} 200 .*\r\n"
          then alert 
       alert address@hidden


We do not have anymore planned features for the 4.1 release and this
will be the last beta release and 4.1 will soon be promoted to a full
release unless errors should be discovered. Please download this beta
release and help us test it.

#

There are important changes, both bugfixes and new features. Please
see the CHANGELOG, see also the changes from previous betas just
below.

To get a quick overview of some of the new features in this release,
please check out the on-line presentation at (included in the software
package):

          http://www.tildeslash.com/monit/beta/presentation/

You can also view the updated presentation with a flash enabled
Browser from this URL:

            http://www.tildeslash.com/monit/beta/monit.swf

And you can browse through the updated manual here (included):

           http://www.tildeslash.com/monit/beta/monit.html



Changes in this beta from previous beta releases (most recently
changes first):

v5:
*  Support for read-only user access added to web interface

*  If a SSL client certificate is not defined, monit will not print an
   error message. This is to avoid any misunderstandings about SSL not
   working.

v4:
*  Fixed build problems on Solaris and FreeBSD.

*  Fixed a bug that allowed duplicate entries under certain
   circumstances in the control file.

v3:
*  Fixed the bug in the icmp ping test that caused the ping test not
   to work properly.

v2:
*  Changed the check host test so if an icmp ping test is defined,
   this if-test will run first and if the ping test should fail we
   assume that the connection to the host is down and monit does not
   continue to test any port connections.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]