<div class="gmail_quote">On Fri, Sep 4, 2009 at 12:55, Leandro Quibem Magnabosco <span dir="ltr"><<a href="mailto:leandro.magnabosco@fcdl-sc.org.br">leandro.magnabosco@fcdl-sc.org.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Very interesting idea, Allan.<br>
<br>
I might implement something similar.<br>
If you don't mind, could you share more about this implementation?<div><div class="h5"><blockquote type="cite"><div><span style="color:rgb(0, 35, 163)"></span></div></blockquote></div></div></div></blockquote><div><br>
</div><div>What, stealing bits form autotest and nagios to implement a quick services-check?</div><div><br></div><div>It's more trivial than you think; I don't have extotest anymore (the original implementation) but I quickly assembled a bonehead example to illustrate:</div>
<div><br></div><div>grab:     <a href="http://r.chickenandporn.com/nagtest-0.1.tar.bz2">http://r.chickenandporn.com/nagtest-0.1.tar.bz2</a></div><div><br></div><div>or:</div><div><div>   wget -O - <a href="http://r.chickenandporn.com/nagtest-0.1.tar.bz2">http://r.chickenandporn.com/nagtest-0.1.tar.bz2</a> | tar xjf - && \</div>
<div>   cd nagtest-0.1 && \</div><div>   ./configure && \</div><div>   make check</div><div><br></div><div><br></div></div><div>Edit tests-autotest/check*.<a href="http://at.in">at.in</a>, autoconf finds the check_* plugins (with a "helped" CHECK_PROG() ) and the testsuite iterates the hosts to check each.  The <a href="http://configure.ac">configure.ac</a> is just enough to get the programs.</div>
<div><br></div><div>Allan</div></div>-- <br><a href="mailto:allanc@chickenandporn.com">allanc@chickenandporn.com</a>  "金鱼" <a href="http://linkedin.com/in/goldfish">http://linkedin.com/in/goldfish</a><div><span class="Apple-style-span" style="color: rgb(0, 35, 163); "><a href="http://tech.chickenandporn.com/tags/nagios" target="_blank">http://tech.chickenandporn.com/tags/nagios</a></span>
</div>