monit-general
[Top][All Lists]
Advanced

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

Re: [monit] performing several URL checks simultaneously


From: Martin Pala
Subject: Re: [monit] performing several URL checks simultaneously
Date: Thu, 27 Nov 2008 19:01:40 +0100

It's not possible currently to create such compound statements, but we plan to improve the language: http://www.mmonit.com/monit/next/ ... the support for OR and AND could be good to add.

Right now you will need to write each statement separately.

Martin


On Nov 27, 2008, at 10:18 AM, Ron Hecht wrote:



Hi All

Is there a way to perfome several URL checks simultaneously.
something that look like that:

if failed url http://localhost:8080/a and content == 'ggg'
    or failed url http://localhost:8080/b and content == 'fff'
    or failed url http://localhost:8080/c and content == 'hhh'
    for 50 cycles then restart
 
Or

if failed url http://localhost:8080/a and content == 'ggg'
    and failed url http://localhost:8080/b and content == 'fff'
    and failed url http://localhost:8080/c and content == 'hhh'
    for 50 cycles then restart

Thanks


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


reply via email to

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