monit-dev
[Top][All Lists]
Advanced

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

monit monitor.c monitor.h p.y


From: Martin Pala
Subject: monit monitor.c monitor.h p.y
Date: Sun, 14 Sep 2003 14:34:01 -0400

CVSROOT:        /cvsroot/monit
Module name:    monit
Branch:         
Changes by:     Martin Pala <address@hidden>    03/09/14 14:34:01

Modified files:
        .              : monitor.c monitor.h p.y 

Log message:
        In the case that monit is executed with action specified, set Run.once 
flag.
        This is because in such case monit not daemonizes itself even if 
configured
        in monit config file to do so - it just runs specific function 
directly, such
        as status, validate, send signal to daemon, etc.)
        
        It solves the problem that if monit process which is doing such specific
        action received SIGTERM or SIGINT, it tried to stop in do_destroy monit
        httpd (which is not running) and close deamon mode related files (which 
were
        not created).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.c.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.h.diff?tr1=1.92&tr2=1.93&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/p.y.diff?tr1=1.127&tr2=1.128&r1=text&r2=text





reply via email to

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