Xymon Mailing List Archive search

Xymon version 4.3.4 available

list Henrik Størner
Fri, 05 Aug 2011 12:08:15 +0200
Message-Id: <user-61f13a85a5dd@xymon.invalid>

I think I figured out it - edit the file -  make clean; make and then copy svcstatus.cgi over to the installation directory?
That will do it, yes.

Generally, quick-fix patches such as this one are applied like this:

cd xymon-4.3.4
patch -p0 </tmp/infocolumn-crash.diff
make clean
make
sudo make install

Since only the svcstatus.cgi binary is changed by the current patch, 
copying that file over to ~xymon/server/bin/ is fine instead of running 
"make install".


Regards,
Henrik