<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 30 September 2014 06:45, Wilcox, Theodore A -FS <span dir="ltr"><<a href="mailto:tawilcox@fs.fed.us" target="_blank">tawilcox@fs.fed.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Is there any way to use separate timeouts for different tests?</p></div></div></blockquote><div><br></div><div>It's open source, there's always a way!</div><div><br></div><div>You can possibly achieve what you want by running two copies of xymonnet with different environments.  You could update tasks.cfg to include an extra xymonnet section (with a different name) like so:</div><div><br></div><div>[xymonnet-20s]</div><div>        ENVFILE /usr/lib/xymon/server/etc/xymonserver.cfg</div><div>        NEEDS xymond</div><div>        CMD HOSTSCFG=$XYMONHOME/etc/hosts-20s.cfg xymonnet --report --ping --checkresponse --timeout=20</div><div>        LOGFILE $XYMONSERVERLOGS/xymonnet.log</div><div>        INTERVAL 5m</div><div><br></div><div>This will get its configuration from a different hosts.cfg called hosts-20s.cfg.  In this file you would include only the hosts and tests where you want a timeout of 20 seconds.</div><div><br></div><div>The normal network tests would continue to run, so you'd want to remove those tests from the main hosts.cfg, but leaving the hosts in.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">  Also, the status of these sites
 is Red on the Main page or the AllNonGreen page, but if we drill down and look at the test for that host, it shows as green.</p></div></div></blockquote><div><br></div><div>This might be a delay between updating the host test page to green, and updating the summaries from the previous red state.</div><div><br></div><div>J</div><div><br></div></div></div></div>