[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(4.3.0-beta1) certain xymon-cgi scrips fail.
- To: hobbit (at) hswn.dk
- Subject: (4.3.0-beta1) certain xymon-cgi scrips fail.
- From: Eric Boyd <eric.j.boyd (at) gmail.com>
- Date: Wed, 25 Feb 2009 10:14:29 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=48FIWKOYRrklpqqGOv1vJIG46AH1gExI+KtQRcXqKxw=; b=m2whfSO+q5pOKHa2vBy2gUm4n9wcNS0FzU9KVWy0mPB+dXLGMRmakKLhLH1oYWwI9i AKZ5RTouSuk0xcHZjjzLJch6sIfsw+K7UawwozmS9u8g5BeeZ1klOn4bS8Jvp9HdQZCH CglIBvM++nd9+/RtGj9EWUnDC1zKU/VmqTIq4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=heYl1ycBEnroXB7SpxWKs3fifx+mNSK81dg88MxmVmfsAlPTbMYIuy+yyXrxazGbBT XgSI13TBmhSUVM+3B2E0zXYDL7g5sQlVVSD1rJLXqtuIqJ565Hbf3cKNBVllDUL3p1e5 QSVpb+XGSNMwZ9xDLO6S1Ek+dLFY8WXrLxczE=
Hello.
Just did a new install of 4.3.0-beta1 on a mac os x 10.5.6 client. I see 2
issues.
The first is that I am getting a bunch of Premature end of script headers
errors, but not with everything.
an example set of scripts that error out:
[25/Feb/2009:09:49:41 -0800] "GET
/xymon-cgi/bb-hostsvc.sh?HOST=aaa.bbb.edu&SERVICE=info
HTTP/1.1" 500 535
[25/Feb/2009:09:51:51 -0800] "GET /xymon-cgi/hobbit-confreport.sh HTTP/1.1"
500 535
[25/Feb/2009:09:52:08 -0800] "GET /xymon-cgi/hobbit-hostgraphs.sh HTTP/1.1"
500 535
an example set of scripts that work:
[25/Feb/2009:09:50:56 -0800] "GET /xymon-cgi/bb-eventlog.sh HTTP/1.1" 200
7213
[25/Feb/2009:09:51:00 -0800] "GET
/xymon-cgi/bb-eventlog.sh?MAXTIME=&FROMTIME=&TOTIME=&MAXCOUNT=100&HOSTMATCH=&EXHOSTMATCH=&PAGEMATCH=&EXPAGEMATCH=&TESTMATCH=&EXTESTMATCH=&COLORMATCH=&Send=View+log
HTTP/1.1" 200 68253
[25/Feb/2009:09:51:18 -0800] "GET /xymon-cgi/hobbit-nkview.sh HTTP/1.1" 200
3670
[25/Feb/2009:09:51:32 -0800] "GET /xymon-cgi/bb-rep.sh HTTP/1.1" 200 5796
All of the above have the same permissions and owner/group settings
I tried modifying the bb-hostsvc.sh file so the last line reads:
exec /usr/lib/hobbit/server/bin/hobbitsvc.cgi $CGI_SVC_OPTS --debug
2>&1 1>/tmp/cgi.log
after stopping and starting both the webserver and xymon server
several times, no file exists for /tmp/cgi.log
The second issue: Page.log is reporting:
Cannot open configuration file
/usr/local/xymon/server/server/etc/hobbit-holidays.cfg
Any help would be appreciated.
-Eric