Xymon Mailing List Archive search

Client data available & bb-hostsvc.sh

list Mike Arnold
Mon, 18 Sep 2006 10:24:26 -0700 (MST)
Message-Id: <user-0f55d2f2f1f0@xymon.invalid>

Charles Jones wrote:
Whenever I click the "client data available" link, instead of seeing the
client data, I am prompted to download a file called "bb-hostsvc.sh". I
searched the archive and saw someone else mention this, but no resolution?

-Charles

I would have to assume your webserver was mis-configured.  Assuming you
use apache, and assuming you use the hobbit-apache.conf that provides
these settings:

ScriptAlias /hobbit-cgi/ "/usr/libexec/hobbit/cgi-bin/"
<Directory "/usr/libexec/hobbit/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>

I would think you may have a stray MIME setting somewhere.  Check for
DefaultType, AddHandler, or AddType in your http.conf setting *.sh to
Text.

-- 
-mike