monit-general
[Top][All Lists]
Advanced

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

[monit] performing several URL checks simultaneously


From: Ron Hecht
Subject: [monit] performing several URL checks simultaneously
Date: Thu, 27 Nov 2008 11:18:17 +0200



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



reply via email to

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