<div class="gmail_quote">If it's "remembering" the authentication via cookies, something like this would probably work:</div><div class="gmail_quote"><br></div><div class="gmail_quote">   #!/bin/bash</div><div class="gmail_quote">
   CURLOPTS="-b cookies -c cookies -s -S -L -m 30"</div><div class="gmail_quote">   curl $CURLOPTS -o authpage.html <a href="http://cisco-thing.domain.com">http://cisco-thing.domain.com</a></div><div class="gmail_quote">
   curl $CURLOPTS -o statuspage.html <a href="http://cisco-thing.domain.com/statuspage.html">http://cisco-thing.domain.com/statuspage.html</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">then you extract whatever you need from the status page to test it for "correctness" and send the result to Xymon:</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">   $BB $BBDISP "status cisco-thing,domain,com.status $COLOR `date`</div><div class="gmail_quote">   $MESSAGE"</div><div class="gmail_quote"><br></div><div class="gmail_quote">
The COLOR & MESSAGE variables would be constructed during the check for "correctness".</div><div class="gmail_quote"><br></div><div class="gmail_quote">Ralph Mitchell</div><div class="gmail_quote"><br></div>
<div class="gmail_quote"><br></div><div class="gmail_quote">On Fri, Feb 4, 2011 at 10:10 AM, Shane Presley <span dir="ltr"><<a href="mailto:shane.presley@gmail.com">shane.presley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm afraid not.  If I start my session with the URL of the status<br>
page, it redirects me to the front auth page.  But once I authenticate<br>
it takes me to the generic start page.  Not my status page.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On Fri, Feb 4, 2011 at 10:05 AM, Ryan Novosielski <<a href="mailto:novosirj@umdnj.edu">novosirj@umdnj.edu</a>> wrote:<br>
> Doesn't browsing to the second page directly prompt you to auth too?<br>
><br>
> -- Sent from my Palm Pre<br>
> ________________________________<br>
> On Feb 4, 2011 9:23, Shane Presley <<a href="mailto:shane.presley@gmail.com">shane.presley@gmail.com</a>> wrote:<br>
><br>
> I have a Cisco web application that shows me the status of my<br>
> environment. However, in order to access the status page, I first<br>
> need to authenticate.<br>
><br>
> I realize xymon has auth capabilities built into the http content<br>
> test. But that doesn't seem to work in my environment. Once I log<br>
> into the front page, I need to navigate to a second page..which is<br>
> where my status is displayed.<br>
><br>
> Is there any way to grab http content tests from that second page?<br>
><br>
> Thanks<br>
><br>
> To unsubscribe from the xymon list, send an e-mail to<br>
> <a href="mailto:xymon-unsubscribe@xymon.com">xymon-unsubscribe@xymon.com</a><br>
><br>
><br>
><br>
<br>
To unsubscribe from the xymon list, send an e-mail to<br>
<a href="mailto:xymon-unsubscribe@xymon.com">xymon-unsubscribe@xymon.com</a><br>
<br>
<br>
</div></div></blockquote></div><br>