Xymon Mailing List Archive search

Debuggable files

2 messages in this thread

list Gabo Suárez · Thu, 31 Aug 2023 10:47:35 -0500 ·
Hi, which files are debuggable in the log directory of the linux core server
-- 


Saludos,
GS
list Japheth Cleaver · Fri, 1 Sep 2023 06:48:05 -0700 ·
quoted from Gabo Suárez
On Thu, August 31, 2023 08:47, Gabo Su??rez wrote:
Hi, which files are debuggable in the log directory of the linux core
server
--
Hi,

Most binaries can have debugging toggled live to the regular log files
(/var/log/xymon/*) by sending the daemon the -USR2 signal, or adding
--debug to the CMD entry in tasks.cfg for intermittent processes. Error
and debug lines generated should have a sub-second timing info, while
regular log lines will just be 'YYYY-MM-DD HH:MM:SS' in format.

The exception here are errors in CGI files, which in theory should be
sending error output to apache's log file and debugging output to /tmp/,
however there are reports of this not working reliably.

Is there a specific issue you're interested in debugging?

Regards,
-jc