Xymon Mailing List Archive search

Unable to browse "trends" and "infos"

3 messages in this thread

list dOCtoR MADneSs · Thu, 08 Jan 2009 11:28:29 +0100 ·
Hi,

I switched to xymon 4.2.2 recently. All seems to work, but I can't access
the services "info" and "trends" anymore.
This issue is for all my hosts. I didn't change my configurations since the
version change, and before that migration I had access to those services.
I get the following error when using Firefox (french version): 
"Fichier introuvable Firefox ne peut trouver le fichier à l'adresse
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";

English version :
"File not found. Firefox can't find the file located at
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";

On the xymon server, I run "curl
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends";,
and i don't get any answer.
If i replace trends with disk for example, i get a wonderfull webpage code.

The issue is for trends and info services.
I can't find anything concerning this issue in my logs.


Tks for any help.
list dOCtoR MADneSs · Thu, 08 Jan 2009 12:00:23 +0100 ·
quoted from dOCtoR MADneSs
On Thu, 08 Jan 2009 11:28:29 +0100, <user-d54077869176@xymon.invalid> wrote:
Hi,

I switched to xymon 4.2.2 recently. All seems to work, but I can't access
the services "info" and "trends" anymore.
This issue is for all my hosts. I didn't change my configurations since
the
version change, and before that migration I had access to those services.
I get the following error when using Firefox (french version): 
"Fichier introuvable Firefox ne peut trouver le fichier à l'adresse
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";
English version :
"File not found. Firefox can't find the file located at
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";
On the xymon server, I run "curl
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends";,
and i don't get any answer.
If i replace trends with disk for example, i get a wonderfull webpage
code.

The issue is for trends and info services.
I can't find anything concerning this issue in my logs.


Tks for any help.

Finally, i found logs (apache logs) about my problem :

[Thu Jan 08 11:50:14 2009] [error] [client A.B.C.D] Premature end of script
headers: bb-hostsvc.sh, referer: http://my.xymon.server/xymon/bb.html

But they don't seems very verbose and appropriate
list dOCtoR MADneSs · Thu, 08 Jan 2009 12:46:37 +0100 ·
quoted from dOCtoR MADneSs
On Thu, 08 Jan 2009 12:00:23 +0100, <user-d54077869176@xymon.invalid> wrote:
On Thu, 08 Jan 2009 11:28:29 +0100, <user-d54077869176@xymon.invalid> wrote:
Hi,

I switched to xymon 4.2.2 recently. All seems to work, but I can't
access
the services "info" and "trends" anymore.
This issue is for all my hosts. I didn't change my configurations since
the
version change, and before that migration I had access to those
services.
I get the following error when using Firefox (french version): 
"Fichier introuvable Firefox ne peut trouver le fichier à l'adresse
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";
English version :
"File not found. Firefox can't find the file located at
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends.";
On the xymon server, I run "curl
http://my.xymon.server/xymon-cgi/bb-hostsvc.sh?HOST=any_host&SERVICE=trends";,
and i don't get any answer.
If i replace trends with disk for example, i get a wonderfull webpage
code.

The issue is for trends and info services.
I can't find anything concerning this issue in my logs.


Tks for any help.

Finally, i found logs (apache logs) about my problem :

[Thu Jan 08 11:50:14 2009] [error] [client A.B.C.D] Premature end of
script
headers: bb-hostsvc.sh, referer: http://my.xymon.server/xymon/bb.html

But they don't seems very verbose and appropriate

It was all my fault, i found a solution on googling my apache logs message,
and I found that ~xymon/server/etc/* must be world-readable. I did this,
and it's ok now.
Why the "make install" didn't set the permission correctly ?