<div class="gmail_quote">On 16 September 2012 22:13, Nico <span dir="ltr"><<a href="mailto:nicolas@lienard.name" target="_blank">nicolas@lienard.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">we got a xymon server polling ~ 8100 network devices (mainly cisco).<br>
devmon is used as well but the polling period is high: > 600 sec. (10 mn ).<br>
some purple are coming/leaving randomly :(<br></div></div></blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">

i m wondering if any people here have some tuning recommendations to have a better polling time (less than 300 sec  idealy).<br>
for the moment, NUMFORKS is 60 (default 10) .<br></div></div></blockquote><div><br></div><div>Have you tried increasing numforks beyond 60?</div><div><br></div><div>Have you tried decreasing cycletime (default is 60 seconds)?  This determines how log a fork will wait until looking for more work to do, so if it's too large, there will be work in the queue waiting to be processed for a long time, with a bunch of sleeping forks doing nothing.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
maybe running a second devmon instance on the same server could be better.<br></div></div></blockquote><div><br></div><div>You could try this.  But I don't see how this could be any better than increasing numforks.  If anything, it could be worse, especially if you don't separate the work.</div>

<div><br></div><div>Ensure you define cid() and model() in hosts.cfg for every host with "DEVMON:".  For optimal efficiency, the following should produce no output:</div><div><br></div><div><div>  $ xymoncmd xymongrep 'devmon*'|egrep -v "cid.*model|model.*cid"</div>

</div><div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div>