monit-dev
[Top][All Lists]
Advanced

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

monit control.c event.c monitor.c monitor.h val...


From: Jan-Henrik Haukeland
Subject: monit control.c event.c monitor.c monitor.h val...
Date: Wed, 16 Jul 2003 16:29:28 -0400

CVSROOT:        /cvsroot/monit
Module name:    monit
Branch:         
Changes by:     Jan-Henrik Haukeland <address@hidden>   03/07/16 16:29:28

Modified files:
        .              : control.c event.c monitor.c monitor.h 
                         validate.c 

Log message:
        More refactoring: This patch fix the problem with monit not reporting
        start/restart if a check statement is missing start/stop statements.
        
        More importantly, the two check functions in control.c that tests
        if a program was sucessfully started or stopped runs now in theire
        own threads. This way monit will first send a message for start/stop
        and if wait_start/wait_stop failed a new message is sent, notifying
        about the failuer.
        
        A nice bi-effect when running these two functions in theire own threads
        is that monit does not longer hang on these functions, which I'm sure 
you
        must have noticed before.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/control.c.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/event.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.c.diff?tr1=1.53&tr2=1.54&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.h.diff?tr1=1.68&tr2=1.69&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/validate.c.diff?tr1=1.50&tr2=1.51&r1=text&r2=text





reply via email to

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