<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 28 October 2014 10:05, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>There are two features in Xymon that are relevant to your quest:</div><div></div></blockquote></div><br>And by "two", I obviously meant "five".  The fifth feature is where you can create combo tests, and adjust the alerting based on the result of boolean tests.  For example, if you have router1 ping test and server2 http test, you can do this in combo.cfg:</div><div class="gmail_extra"><br></div><div class="gmail_extra">router1\-server2.web = (router1.conn==1 && server2.http==0)</div><div class="gmail_extra"><br></div><div class="gmail_extra">Then configure your alerting to not alert for server2.http and instead only alert for router1-server2.web.  Then you will only get an alert if the router is up and the server web service is down.</div><div class="gmail_extra"><br></div><div class="gmail_extra">To see the status of the combo test, you need to create a pseudo-host entry in hosts.cfg for "router-server2".  More info in combo.cfg man page.</div><div class="gmail_extra"><br></div><div class="gmail_extra">J</div><div class="gmail_extra"><br></div></div>