monit-general
[Top][All Lists]
Advanced

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

[monit] bugs&deficiencies


From: deis
Subject: [monit] bugs&deficiencies
Date: Thu, 29 May 2008 12:12:46 +0400

I've been playing with monit for a few hours and it seems that I came across a 
bug in it (tested recent beta and stable versions). If I enter for an action 
exec "/bin/echo 1 >/some/destination", monit would actually run /bin/echo "1 
>/some/destination" causing echo to throw out "1 >/some/destination" to console 
instead of sending 1 to the destination.

Another very annoying deficiency of the tool is complete lack of chaining 
arbitrary conditions, smth like
if ...
    if ...
    then ...
then...

and lack of logical operators (AND, OR, etc) in the if statements, which does 
not allow to make decisions based on complex conditions. E.g., I want to test 
connectivity to two hosts and execute an action only if both of them are down

Regards,
deis
        




reply via email to

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