monit-general
[Top][All Lists]
Advanced

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

Failing to synchronize 'unmonitor' actions with ongoing checks: Solaris


From: Nestor Urquiza
Subject: Failing to synchronize 'unmonitor' actions with ongoing checks: Solaris 10 monit 5.5 possible bug
Date: Mon, 24 Sep 2012 10:14:15 -0400

Hi guys,

Not sure if this is a problem in other OSs as well but I believe I have found a bug in monit 5.5 which at least for Solaris 10 is failing to synchronize unmonitor actions with ongoing checks. Here is how to recreate (tested in two different physical Solaris boxes (Intel)

1. Configure monit to check every minute. Create several instances like the below, checking several external ports and servers:

check host myhost with address myhost

if failed port myport type tcp with timeout 15 seconds

   then alert

2. Issue the below command exactly by the time monit runs (when the clock is giving hh:mm:59):

monit unmonitor all

3. Randomly you get an alert for at least one of the host/port combination even though the host/port is actually available. As an example:

Action: alert, Description: connection failed, INET[mssql:1433] via TCP is not ready for i|o -- Interrupted system call, Service: ptrsvr, Tested From Host: myhost

4. After issuing 'monit monitor all' no alert about the service being back up is sent but 'monit status' does show the service is up.


IMO monit has a bug where basically it does not synchronize the calls to unmonitor and the checks to be performed. If monit receives "unmonitor all" it should: (wait for all current checks to finish OR cancel them AND ignore any alert messages to be sent).


Makes sense?


Thanks!

-Nestor


reply via email to

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