Maybe I missed it, but I couldn't find this question anywhere in the hobbit mailing list archives...<br><br>Is there a way to have multiple HTTP cont= tests for a single web page, that are for different<br>content checks for a different status color?  I currently have Hobbit monitoring several
<br>webpages which themselves are like mini-Hobbit display pages.  Depending on the status of<br>those pages, I'd like hobbit to display either green, yellow, or red.  Currently, the cont= test<br>only checks if the content exists; if it does, it's green, otherwise, it's red.
<br><br>What I'm thinking is, is there a way to say something like<br>cont[=column];url;[expected_data_regexp];[alternate_data_regexp]<br><br>Where if "expected_data_regexp" is matched, the status is green.  If it isn't matched,
<br>it tries to match "alternate_data_regexp".  If *that* is matched, the status is yellow.<br>If neither are matched, the status is reg.<br><br>Also, let me know if you all think this is going a little beyond the scope of Hobbit.  Perhaps
<br>I should be doing this test with an external script, rather than using an http cont= test.  The <br>only problem would be, I'd have to make the script be able to read and parse an http page...<br><br><br><br>Gary B.
<br><br>