<div dir="ltr"><div>The line leads with a standard xymon status header:</div><div><br></div><div>../bin/xymon 173.166.236.101 status nye,schoolpathways,com.crontab green Thu Feb  5 01:46:39 UTC 2015</div><div><br></div><div>so you've got a script reporting the crontab contents to the crontab column in Xymon.  You just "got lucky" in that Xymon's standard client reporting script happened to grab the "ps -ef" list at the same time the crontab reporter was running.  I'd bet your crontab reporting script has something similar to:</div><div><br></div><div>   xymon $XYMSRV "status $MACHINE.crontab green `date`</div><div><br></div><div>   `cat /tmp/cron_list.log`"</div><div><br></div><div>to report the crontab content dumped out to /tmp/cron_list.log by show_crontab.sh</div><div><br></div><div>Ralph Mitchell</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 4, 2015 at 9:54 PM, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</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 class="gmail_extra"><div class="gmail_quote">Ben</div><div class="gmail_quote"><br></div><div class="gmail_quote"><span class="">On 5 February 2015 at 13:03, Benjamin Smith <span dir="ltr"><<a href="mailto:lists@benjamindsmith.com" target="_blank">lists@benjamindsmith.com</a>></span> wrote:<br><div> </div></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><span style="font-size:12.8000001907349px"># cat crontab files to </span><span style="font-size:12.8000001907349px">/tmp/cron_list.log for xymon crontab.sh</span></span><div style="overflow:hidden">0 * * * * /root/bin/std/show_crontab.sh??#XYMON?#?</div></blockquote></div><br>What does this script (show_crontab.sh) do?</div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers</div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra">Jeremy</div></font></span></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" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>