<div dir="ltr">jc,<div><br></div><div>I was with you right up until you said "the raw data isn't transmitted up."  Does this mean that even if I were to populate the clientlog on the client (say, via the script you referred to), that data would not be transmitted back to the server?</div><div><br></div><div>Thanks,</div><div>David</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 16, 2015 at 1:45 PM, Japheth Cleaver <span dir="ltr"><<a href="mailto:cleaver@terabithia.org" target="_blank">cleaver@terabithia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
    <div>On 11/16/2015 10:29 AM, David Welker
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div style="font-size:12.8px">I am interested in using this to
          create a testbed.  From what I can tell, it only sends a
          message that contains the [date], [uptime], and [free]
          sections of the clientlog to the server, so how are the rest
          of the columns created, by the xymond daemon?</div>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">Is there any simple way to add
          ones own columns to this structure and have them show up on
          the server?</div>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">Thanks,</div>
        <div style="font-size:12.8px">David</div>
      </div>
      <br>
    </blockquote>
    <br></div></div>
    Hi David,<br>
    <br>
    In a normal, server-configured, installation, most of the columns
    representing client-pushed data like that are generated by the
    xymond_client daemon running on the server. It receives the
    clientlog and generates status messages which show up as columns.<br>
    <br>
    You can add sections in, but something needs to be "listening" to
    know how to interpret that data, decide what color the resulting
    column is, and send the status message in to xymon.<br>
    <br>
    In client-configured ("local config") mode, the same thing is
    basically happening, except that xymond_client is running on the
    client machines themselves, and the raw data isn't transmitted up.<br>
    <br>
    To add raw data to the clientlog, you can edit the
    xymonclient-${OS}.sh script yourself, or (depending on whether it's
    packaged or from source), create a ~/local/ directory containing
    small executables that print out whatever data you'd like to
    include.<br>
    <br>
    Alternatively, if you can just create the status message yourself on
    the client too. Sending details via the client message isn't a
    strict requirement.<br>
    <br>
    <br>
    HTH,<br>
    -jc<br>
  </div>

<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>