Xymon Mailing List Archive search

post xymon 4.3.3 upgrade issue

6 messages in this thread

list Taylor Lewick · Fri, 29 Jul 2011 09:18:28 -0500 ·
I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good.  There is one minor issue that I'm not sure how to resolve.  The menu, the one saying Views, Reports, Administration, & Help, shows on all pages except if you drill down to a specific host/test page, i.e. hostabc:disk.  I made sure to add FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-secure statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on the host test pages?

Thanks,
Taylor
list Taylor Lewick · Fri, 29 Jul 2011 09:19:36 -0500 ·
Shoot, would the menu fail to display on those pages if the rewrite rules aren't working?
quoted from Taylor Lewick

From: Taylor Lewick
Sent: Friday, July 29, 2011 9:18 AM
To: xymon at xymon.com
Subject: post xymon 4.3.3 upgrade issue

I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good.  There is one minor issue that I'm not sure how to resolve.  The menu, the one saying Views, Reports, Administration, & Help, shows on all pages except if you drill down to a specific host/test page, i.e. hostabc:disk.  I made sure to add FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-secure statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on the host test pages?

Thanks,
Taylor
list Henrik Størner · Fri, 29 Jul 2011 17:37:17 +0200 ·
quoted from Taylor Lewick
I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good. There is one minor issue that
I’m not sure how to resolve. The menu, the one saying Views, Reports,
Administration, & Help, shows on all pages except if you drill down to a
specific host/test page, i.e. hostabc:disk. I made sure to add
FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-secure
statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on the
host test pages?
Usually, this happens if the web template file hasn't been updated. 
Check the ~xymon/server/web/hostsvc_header (that is the one used for the 
detailed status view).

"make install" won't overwrite the file if you have made any local 
modifications.


Regards,
Henrik
list Taylor Lewick · Fri, 29 Jul 2011 12:20:11 -0500 ·
Thank you, that worked.  One more issue to inquire about.  I noticed if we click on a graph of a given test, say memory, we can't zoom in by dragging the mouse over the graph after clicking on the magnifying glass.

It still works in Internet Explorer, but not in Firefox or Chrome.  

Any ideas?  
quoted from Henrik Størner

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Henrik Størner
Sent: Friday, July 29, 2011 10:37 AM
To: xymon at xymon.com
Subject: Re: [Xymon] post xymon 4.3.3 upgrade issue
I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good. There is one minor issue that
I'm not sure how to resolve. The menu, the one saying Views, Reports,
Administration, & Help, shows on all pages except if you drill down to a
specific host/test page, i.e. hostabc:disk. I made sure to add
FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-secure
statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on the
host test pages?
Usually, this happens if the web template file hasn't been updated. 
Check the ~xymon/server/web/hostsvc_header (that is the one used for the 
detailed status view).

"make install" won't overwrite the file if you have made any local 
modifications.


Regards,
Henrik
list Paul Root · Fri, 29 Jul 2011 12:40:37 -0500 ·
There's a patch for that. Search the archives.

Paul Root    - Engineer III  - Qwest is becoming CenturyLink
quoted from Taylor Lewick

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Taylor Lewick

Sent: Friday, July 29, 2011 12:20 PM
To: Henrik Størner; xymon at xymon.com
quoted from Taylor Lewick
Subject: Re: [Xymon] post xymon 4.3.3 upgrade issue

Thank you, that worked.  One more issue to inquire about.  I noticed if
we click on a graph of a given test, say memory, we can't zoom in by
dragging the mouse over the graph after clicking on the magnifying
glass.

It still works in Internet Explorer, but not in Firefox or Chrome.

Any ideas?

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Henrik Størner
Sent: Friday, July 29, 2011 10:37 AM
To: xymon at xymon.com
Subject: Re: [Xymon] post xymon 4.3.3 upgrade issue
I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good. There is one minor issue
that
I'm not sure how to resolve. The menu, the one saying Views, Reports,
Administration, & Help, shows on all pages except if you drill down
to a
specific host/test page, i.e. hostabc:disk. I made sure to add

FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-
secure
quoted from Taylor Lewick
statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on
the
host test pages?
Usually, this happens if the web template file hasn't been updated.
Check the ~xymon/server/web/hostsvc_header (that is the one used for
the
detailed status view).

"make install" won't overwrite the file if you have made any local
modifications.


Regards,
Henrik

This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful.  If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.
list Taylor Lewick · Fri, 29 Jul 2011 12:59:34 -0500 ·
I don't think the zoomBox patch is working.  There was something similar I ran across a few months back, whenever you tried to zoom in it just showed the graph with an all blue block over the graph.

That fix was to add the following to $BBHOME/www/menu/menu.css

#zoomSensitiveZone{
opacity:0;
}
#zoomBox{
opacity:0.5;
}

Although I have those settings, I don't think this is the same issue, and the above fix is the only thing I could find related to the issue I'm describing.  

In this instance, you can't even draw the selection window, when you click on the mouse button while over the graph, it just drags the graph image around the browser
quoted from Paul Root


-----Original Message-----
From: Root, Paul [mailto:user-c80045f511e8@xymon.invalid] 
Sent: Friday, July 29, 2011 12:41 PM
To: Taylor Lewick; Henrik Størner; xymon at xymon.com
Subject: RE: [Xymon] post xymon 4.3.3 upgrade issue

There's a patch for that. Search the archives.

Paul Root    - Engineer III  - Qwest is becoming CenturyLink

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Taylor Lewick
Sent: Friday, July 29, 2011 12:20 PM
To: Henrik Størner; xymon at xymon.com
Subject: Re: [Xymon] post xymon 4.3.3 upgrade issue

Thank you, that worked.  One more issue to inquire about.  I noticed if
we click on a graph of a given test, say memory, we can't zoom in by
dragging the mouse over the graph after clicking on the magnifying
glass.

It still works in Internet Explorer, but not in Firefox or Chrome.

Any ideas?

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Henrik Størner
Sent: Friday, July 29, 2011 10:37 AM
To: xymon at xymon.com
Subject: Re: [Xymon] post xymon 4.3.3 upgrade issue
I recently updated from xymon-4.3.0-beta2 to 4.3.3.

So far everything is looking/acting good. There is one minor issue
that
I'm not sure how to resolve. The menu, the one saying Views, Reports,
Administration, & Help, shows on all pages except if you drill down
to a
specific host/test page, i.e. hostabc:disk. I made sure to add
FollowSymLinks to the $BBSERVERROOT/cgi-bin and $BBSERVERROOT/cgi-
secure
statements in the correct apache configuration file.

Any ideas what else I need to modify to get the menu to display on
the
host test pages?
Usually, this happens if the web template file hasn't been updated.
Check the ~xymon/server/web/hostsvc_header (that is the one used for
the
detailed status view).

"make install" won't overwrite the file if you have made any local
modifications.


Regards,
Henrik

This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful.  If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.