Xymon Mailing List Archive search

Xymon version 4.3.4 available

list Henrik Størner
Wed, 03 Aug 2011 10:31:06 +0200
Message-Id: <99009ff3b9537ae3ae9f9f3eb25fca0e@localhost>

On Tue, 2 Aug 2011 09:05:29 -0400, "Raymond, David"
After the upgrade, my column "info" do not work. I try to restart Apache
and Xymon, but same result.

Internal Server Error
meaning the svcstatus CGI program crashed ...

Could you try running it by hand like this:

  REQUEST_METHOD=GET \
  SCRIPT_NAME=svcstatus.sh \
  QUERY_STRING="HOST=myhost.example.com&SERVICE=info" \
  xymoncmd /usr/lib/xymon/server/bin/svcstatus.cgi

(change the host-name from "myhost" to one of your hosts). If it crashes
and generates a core-file, then a back-trace would be very helpful to see
where it crashes. Run

  gdb ~xymon/server/bin/svcstatus.cgi COREFILE

(COREFILE is the filename of the core file). At the "gdb>" prompt, enter
the command "bt" (backtrace) and send me the output.


Regards,
Henrik