monit-dev
[Top][All Lists]
Advanced

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

monit ./gc.c ./monitor.h ./p.y ./util.c ./valid...


From: Martin Pala
Subject: monit ./gc.c ./monitor.h ./p.y ./util.c ./valid...
Date: Wed, 06 Aug 2003 10:51:13 -0400

CVSROOT:        /cvsroot/monit
Module name:    monit
Branch:         
Changes by:     Martin Pala <address@hidden>    03/08/06 10:51:13

Modified files:
        .              : gc.c monitor.h p.y util.c validate.c 
        http           : cervlet.c 

Log message:
        Restrict timestamp and checksum tests to directory and file service 
types only.
        
        New syntax is:
        
        check file su with path /bin/su
        if timestamp changed then alert
        checksum and expect cd6ee4b7a38964be2f9a0f7f4c4a8301
        
        instead of old:
        
        check file su with path /bin/su
        if timestamp /bin/su changed then alert
        checksum /bin/su and expect cd6ee4b7a38964be2f9a0f7f4c4a8301
        
        Usage of checksum and timestamp statements in process service type is 
obsolete.
        
        TODO: documentation (i will add it today)
        
        In addition bug was fixed in checksum - it compared only first 31 
characters, but the sum
        has 32 significant characters => in the case that the last character of 
the sum was different,
        monit didn't detected any problem.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/gc.c.diff?tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.h.diff?tr1=1.80&tr2=1.81&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/p.y.diff?tr1=1.100&tr2=1.101&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/util.c.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/validate.c.diff?tr1=1.67&tr2=1.68&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/http/cervlet.c.diff?tr1=1.75&tr2=1.76&r1=text&r2=text





reply via email to

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