On 11 October 2012 20:52,  <span dir="ltr"><<a href="mailto:jef.jagers@thomsonreuters.com" target="_blank">jef.jagers@thomsonreuters.com</a>></span> wrote:<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">This because we successfully made some adjustments to the source code of that version to allow two new columns to show for linux based servers (For windows machines this is already implemented). It concerns the Timediff and uptime columns,
 that we split from the cpu column.</p></div></div></blockquote><div><br></div><div>What you could do is implement this in a script, perhaps launched from tasks.cfg as a channel worker.  Something like this:</div><div><br>

</div><div>tasks.cfg:</div><div>[timediff]</div><div>        ENVFILE /usr/lib/xymon/server/etc/xymonserver.cfg</div><div>        NEEDS xymond</div><div>        CMD xymond_channel --channel=status --filter='\|cpu\|' --log=$XYMONSERVERLOGS/timediff.log timediff.sh</div>

<div><br></div><div>Then in timediff.sh, you just split out the two parameters from what you find, and then create two new status messages for timediff and uptime.</div><div><br></div><div>J</div><div><br></div></div>