monit-general
[Top][All Lists]
Advanced

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

Re: [monit] monit-or-ing a status code returned by URI


From: Elijah Wright
Subject: Re: [monit] monit-or-ing a status code returned by URI
Date: Sat, 19 Jan 2008 10:50:14 -0500


yes, those parentheses are very helpful!  thanks a lot :-)

On 1/19/08, Jan-Henrik Haukeland <address@hidden > wrote:

On 19. jan.. 2008, at 13.46 , Jan-Henrik Haukeland wrote:

if failed url http:////localhost:9001/status  and content != "ERROR" then restart

Ps. It may be easier to see the boolean _expression_ if you use parenthesis, which is legal in monit

if failed (url http:////localhost:9001/status and content != "ERROR") then restart

--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

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