<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 9 July 2014 20:43, Ian Diddams <span dir="ltr"><<a href="mailto:didds3@yahoo.co.uk" target="_blank">didds3@yahoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:10pt"><div><span>Oh - as I understand this is in local mode.  <br></span></div>


</div></div></blockquote><div><br></div><div>My understanding is that in local mode, the memory data is analysed and sent by xymond_client.  Perhaps you could run this with the "--debug" switch to see what's going on.  Also, you could use a xymond_channel command on the server to watch the memory status messages come in, to check whether they're coming from the client.  Something like:</div>

<div><br></div><div>  xymond_channel --channel=status --filter='name-of-host.*\|memory\|' cat</div><div><br></div><div>As far as I can tell from reviewing the code, the xymond_client program gets its memory numbers from the client data, but it uses different section names depending on the OS.  For Linux, it looks only in [free], for FreeBSD it looks in [meminfo] and [swapinfo], and for Solaris it looks in [memory], [swap] and [swaplist].  What OS are you using?</div>

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