Xymon Mailing List Archive search

Problems since upgrading from bbgen to Hobbit

list Figaro Nicolas
Tue, 29 Nov 2005 14:40:18 +0100
Message-Id: <user-272f8e0a6306@xymon.invalid>

-----Message d'origine-----
De : Frédéric Mangeant [mailto:user-b6ea1d850181@xymon.invalid] Envoyé : mardi 29 novembre 2005 14:29
À : user-ae9b8668bcde@xymon.invalid
Objet : Re: [hobbit] Problems since upgrading from bbgen to Hobbit
- I can't display the history of one of my test :

http://10.50.80.44/hobbit-cgi/bb-hist.sh?HISTFILE=cronos.AHD&ENTRIES=
50&IP=10.50.80.44&DISPLAYNAME=cronos
returns an internal server error
A good way of solving this is to run the script bb-hist.sh with a -x option directly from the command line. 
There is only a call to the cgi. 
So you can then try a truss like this one : export QUERY_STRING="HISTFILE=cronos.AHD&ENTRIES=50&IP=10.50.80.44&DISPLAYNAME=cronos"
. /usr2/hobbit/server/etc/hobbitcgi.cfg
script /tmp/truss.txt truss  /usr2/hobbit/server/bin/bb-hist.cgi $CGI_HIST_OPTS

Hope this'll help, et bon courage. 
Nicolas Figaro