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
