<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You could probably run both client and server configurations simultaneously, but that's not efficient.<div class=""><div><br class=""></div><div>So those entries end up in the server portion's etc/tasks.cfg (instead of in clientlaunch.cfg as on all other clients). Here's a couple of custom entries I have there, the first for a server side ext (monitoring some smart plugs) the 2nd for a client side volume management ext to run on the server.  Note the different environment variables, esp XYMONHOME (server side ext) vs XYMONCLIENTHOME (client side ext)</div><div><br class=""><font face="Courier" class="">[devstat]<br class="">        ENVFILE $XYMONHOME/etc/xymonserver.cfg<br class="">        CMD $XYMONHOME/ext/devstat<br class="">        LOGFILE $XYMONSERVERLOGS/devstat.log<br class="">        INTERVAL 5m<br class="">[volmgt]<br class="">        ENVFILE $XYMONCLIENTHOME/etc/xymonclient.cfg<br class="">        NEEDS xymond<br class="">        CMD $XYMONCLIENTHOME/ext/volmgt<br class="">        LOGFILE $XYMONCLIENTHOME/logs/volmgt.log<br class="">        INTERVAL 5m<br class=""></font></div><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 27, 2019, at 09:58, Frank <<a href="mailto:ve2cii@canasoft.net" class="">ve2cii@canasoft.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">     I have a server running xymon-4.3.28.  For the clients that send data to this<br class="">machine I have a number of plugins configured on the client machines in the<br class="">ext directory and configured in the etc/clientlaunch.cfg file.  Can someone tell<br class="">me how to configure the server to add plugins the same way. Or is it not done<br class="">this way. I see no clientlaunch.cfg file. Everything is working for the client part of<br class="">the server like disk and cpu.<br class=""><br class="">-- <br class=""><br class="">sysadm  <a href="http://cronomagic.com/gemstelecom.com" class="">cronomagic.com/gemstelecom.com</a><br class=""><a href="mailto:ve2cii@canasoft.net" class="">e-mail  ve2cii@canasoft.net</a><br class=""><br class="">POWERED BY LINUX<br class=""><br class="">_______________________________________________<br class="">Xymon mailing list<br class="">Xymon@xymon.com<br class="">http://lists.xymon.com/mailman/listinfo/xymon<br class=""></div></div></blockquote></div><br class=""></div></body></html>