<p>I had a fair amount of success running external scripts from cron to do web server checkouts. I used curl to grab a page, then grep to pick out the interesting bits and decide on a color to report. Using a script allows you to drill down through several levels of web page. I used bash and all the usual command line tools, but you could use perl, tcl or anything else you're familiar with.</p>

<p>Doing it with scripts gives you a lot of flexibility.</p>
<p>Ralph Mitchell</p>
<div class="gmail_quote">On Nov 8, 2012 10:23 PM, "Betsy Schwartz" <<a href="mailto:betsy.schwartz@gmail.com" target="_blank">betsy.schwartz@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I have a high-visibility request to change all of our server http<br>
tests so that they appear as separate tests per URL,  with the ability<br>
to alert separately, sign out separately, etc.<br>
As most of our web servers are application servers in one form or<br>
another, the various URL's test very different functionality.<br>
<br>
I can sort of do this with the "cont=" flag but that has two problems:<br>
<br>
  -have to specify a return regexp for each tested URL instead of<br>
using the default<br>
  -test STILL appears under the server's http check<br>
<br>
It's becoming a serious issue that we have http tests that show a<br>
mixture of red and green tests.<br>
And to make it worse, on some servers  sometimes http  just turns<br>
*yellow* when only one URL out of three or four is down,  even though<br>
all four are critical..<br>
<br>
What are other people doing? Am I missing an easier way to do this?<br>
<br>
thanks Betsy<br>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>