<div dir="ltr"><div dir="ltr">On Thu, 29 Apr 2021 at 18:54, Schrittenlocher, Rolf <<a href="mailto:R.Schrittenlocher@ub.uni-frankfurt.de">R.Schrittenlocher@ub.uni-frankfurt.de</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
<div>I would exclude DNS as Solaris looks first in /etc/hosts before asking a nameserver and some of the adressesare included in /etc/hosts. As well, ping works fine.<br></div></div></blockquote><div><br></div><div>Xymon (typically) uses its own DNS resolver library, so testing that DNS works for Solaris commands might not give you the same results.</div><div><br></div><div>One option you might look into is to run truss (strace on Linux) and attach it to the xymonnet process. Then when it performs its check, truss will show you all of the system calls that it makes. You might see it pause on a particular system call for 15 seconds before continuing on its way, and knowing that system call might lead you to the cause of the problem.</div><div><br></div><div>(It's been many years since I've used truss. I think that dtrace might have replaced it?)</div><div><br></div><div>Good luck with it.</div><div><br></div><div>Cheers</div><div>Jeremy</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
</div>

</blockquote></div></div>