<div dir="ltr">I was wondering if that was what had to be done.  Thank you sir!  Including the clientlaunch in tasks got me all fixed up<div><br></div><div>Skadz</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 8, 2015 at 3:37 PM, J.C. 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 class="HOEnZb"><div class="h5">On Tue, September 8, 2015 12:15 pm, Ryan Skadberg wrote:<br>
> I'm sure this has been asked and answered a million times, but my<br>
> Google-Fu<br>
> seems to a bit off to find the answer (I'm blaming the three day weekend<br>
> :)<br>
><br>
> So, normally, I add a test to clientlaunch.cfg to get it running on the<br>
> local machine running xymon-client.  This does not seem to be working on<br>
> the Xymon server itself.  I have a few local network and other tests that<br>
> I<br>
> run on all servers and want to run them on the server too and adding them<br>
> to the normal client config file isn't working.<br>
><br>
> What is the procedure to add local client tests on the server?<br>
><br>
> Thanks!<br>
> Skadz<br>
<br>
<br>
</div></div>Skadz,<br>
<br>
In a "tarball" configuration (a/k/a "by default"), when running xymon on<br>
the server, only the /etc/xymon/tasks.cfg file is read in. You can add<br>
your snippet into that file (or a tasks.d/ directory, if you're using one)<br>
and it should run properly.<br>
<br>
You'll want to pay attention to whether your script has a need to<br>
distinguish between the "server" and "client" configurations for some<br>
command or other (or for the destination of the report it's generating)<br>
and will want to adjust your ENV line in the config to (eg.)<br>
/etc/xymon/xymonserver.cfg or /etc/xymon-client/xymonclient.cfg as<br>
appropriate.<br>
<br>
<br>
By default, the Terabithia RPMs include in the<br>
/etc/xymon-client/clientlaunch.cfg file when reading the<br>
/etc/xymon/tasks.cfg file, so any changes there should also apply to the<br>
server's run as well.<br>
<br>
(This is something I foresee applying to the base release in the future as<br>
well.)<br>
<br>
<br>
HTH,<br>
<br>
-jc<br>
<br>
</blockquote></div><br></div>