<div dir="ltr">On 16 January 2013 07:59, Mike Burger <span dir="ltr"><<a href="mailto:mburger@bubbanfriends.org" target="_blank">mburger@bubbanfriends.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">


<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">Assuming a nongraphical boot:<br>
<br>
ln -s /path/to/xymon.sh /etc/rc3.d/S98xymon<br>
ln -s /path/to/xymon.sh /etc/rc6.d/K98xymon<br>
<br>
If you're booting with a GUI, substitute rc5.d for rc3.d.<br></blockquote><div><br></div><div>Actually, you should do it for both runlevels 3 and 5, in case the default runlevel needs to change in the future.  Also, as I understand it, a "K" symlink should not be required for runlevel 6, and instead should be in the runlevel being exited (ie 3 or 5).</div>


<div><br></div><div>Ubuntu is Debian-based, so the Debian init scripts provided in the Xymon source should be suitable (xymon.init and xymon-client.init in the debian directory).</div><div><br></div><div>
On the server:</div><div><br></div><div>cp xymon-4.3.10/debian/xymon.init /etc/init.d</div><div>chkconfig --add xymon</div><div><br></div><div>On the client:</div><div><br></div><div>
cp xymon-4.3.10/debian/xymon-client.init /etc/init.d</div><div>chkconfig --add xymon</div><div><br></div><div>All of this should be taken care of if you install using a .deb package, which is available from the Sourceforge site: <a href="http://sourceforge.net/projects/xymon/files/Xymon/4.3.10/Ubuntu1204/">http://sourceforge.net/projects/xymon/files/Xymon/4.3.10/Ubuntu1204/</a></div>


<div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div></div></div>