[Xymon] Xymon version 4.3.4 available
    Henrik Størner 
    henrik at hswn.dk
       
    Fri Aug  5 12:08:15 CEST 2011
    
    
  
> 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
    
    
More information about the Xymon
mailing list