<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 16 March 2017 at 06:24, David Boyer <span dir="ltr"><<a href="mailto:davieb@gmail.com" target="_blank">davieb@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><br></div>Anybody have any info on this error in ~xymon/server/logs/alert.log?<br><br></div>Whoops ! Failed to send message (select(2) failed)<br></div>-> Select failure while sending to Xymon <a href="http://daemon@192.168.11.100:1984" target="_blank">daemon@192.168.11.100:1984</a><br></div>-> Recipent '192.168.11.100', timeout 15<br></div>-> 1st line: 'config hosts.cfg'<br></div>Cannot load hosts.cfg from xymond, code 6<br></div>Failed to load from xymond, reverting to file-load<br></div></div></div></blockquote><div><br></div><div>I'm guessing this is displayed when xymond_alert asks xymond to give it the "hosts.cfg" file contents, but the xymond process is not responding at that time. The fact that you get a timeout after 15 seconds, rather than being refused, suggests that either the xymond daemon was running but wedged, or that a firewall was dropping packets so the socket could not be established in the first place. I'm not a coder, but my guess is that select(2) is called after the socket is up, and so a wedged xymond is more likely.</div><div><br></div><div>Why would xymond not respond? Perhaps high CPU load, or memory thrashing?</div><div><br></div><div>Do you see these log messages often? If it's only occasionally, are they all about the same time of day?</div><div><br></div><div>Can you run this command and see if it gives the hosts.cfg file:</div><div><br></div><div>$ /path/to/xymon 192.168.11.100 'config hosts.cfg'</div><div><br></div><div>J</div><div><br></div></div></div></div>