<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, May 27, 2016 at 9:49 AM Jeremy Laidman <<a href="mailto:jlaidman@rebel-it.com.au">jlaidman@rebel-it.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div dir="ltr"><span style="line-height:1.5">Can you confirm if positive IDs are accepted by devmon? If not, this might be a red herring.</span></div></div></blockquote><div><br></div><div>Try applying this adjustment to devmon and see if it helps. This forces the SNMP_Session module to avoid negative request IDs:</div><div><br></div><div>*** devmon.orig     2011-05-06 15:32:03.000000000 +1000</div><div>--- devmon        2016-05-30 12:26:14.000000000 +1000</div><div>***************</div><div>*** 30,35 ****</div><div>--- 30,37 ----</div><div>   # Do start-up housekeeping</div><div>    initialize($VERSION);</div><div><br></div><div>+   $SNMP_Session::default_avoid_negative_request_ids = 1;</div><div>+</div><div>   # Enter main loop</div><div>    do_log("Entering poll loop", 0);</div><div>    while (1) {</div><div><br></div><div> </div></div></div>