[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Problem with graph zoom on Network times
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Problem with graph zoom on Network times
- From: "White, Bruce" <bewhite (at) fellowes.com>
- Date: Fri, 15 Jan 2010 08:16:31 -0600
- Importance: normal
- Priority: normal
- References: <E3DD778AAB612749A8C610B39D1850DA069907DF (at) msitmx02.fellowes-na.com> <E3DD778AAB612749A8C610B39D1850DA069907FA (at) msitmx02.fellowes-na.com> <4B4F9D50.8090409 (at) IT-Eckert.de> <4B50161C.4070600 (at) unil.ch>
- Thread-index: AcqVsyLkhuet2I1KTHqKenadP6+cNAAOM6vA
- Thread-topic: [hobbit] Problem with graph zoom on Network times
Thanks all for confirming it was not just something in my installation.
Dominique - I made the changes to my zoom.js file and it appears to
have fixed the issue. Thanks for the fix!
.....Bruce
Bruce White
Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite (at) fellowes.com | http://www.fellowes.com/
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
-----Original Message-----
From: Dominique Frise [mailto:dominique.frise (at) unil.ch]
Sent: Friday, January 15, 2010 1:16 AM
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] Problem with graph zoom on Network times
Thought I had reported this to the list ;-) For the y-axis, the method
parseFloat should be used instead of parseInt in zoom.js.
[bb (at) iris web]$ pwd
/soft/pub/BB/hobbit/server/web
[bb (at) iris web]$ diff -u zoom.js.dist zoom.js
--- zoom.js.dist Fri Mar 27 11:03:32 2009
+++ zoom.js Wed Apr 8 15:00:06 2009
@@ -587,8 +587,8 @@
graphStart = parseInt(gUrlObj.getUrlParameterValue("graph_start"));
graphEnd = parseInt(gUrlObj.getUrlParameterValue("graph_end"));
- graphTop = parseInt(gUrlObj.getUrlParameterValue("upper"));
- graphBottom = parseInt(gUrlObj.getUrlParameterValue("lower"));
+ graphTop = parseFloat(gUrlObj.getUrlParameterValue("upper"));
+ graphBottom = parseFloat(gUrlObj.getUrlParameterValue("lower"));
haveGraphLimits = (gUrlObj.getUrlParameterValue("upper") !=
undefined) && (gUrlObj.getUrlParameterValue("lower") != undefined);
idxStr = "";
Dominique
Thomas Eckert wrote:
> Bruce,
>
> I can confirm the same behaviour w/ xymon-4.3.0 snapshot as of
2010-01-08.
>
> Running on Gentoo, vanilla-kernel:
> $ uname -r; epm -q rrdtool
> 2.6.31.1-install
> rrdtool-1.3.8
> Browser: seamonkey 1.1.18 on linux (so most likely not a FF 3.5 bug).
>
> Same behaviour in a slightly different setup w/ 4.3.0_beta2 w/ FF
3.5.4.
>
> Cheers,
>
> Thomas
>
> White, Bruce wrote:
>> Hi all,
>>
>>
>>
>> Has anyone else seen this issue with their installation of xymon?
>>
>>
>>
>> ......Bruce
>>
>>
>>
>>
>>
>>
>>
>> *Bruce White*
>>
>> Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax:
>> 630-893-1648 | bewhite (at) fellowes.com | www.fellowes.com
>> <http://www.fellowes.com/>
>>
>>
>>
>>
>>
>>
>>
>> **Disclaimer: The information contained in this message may be
>> privileged and confidential and protected from disclosure. If the
>> reader of this message is not the intended recipient or an employee
>> or agent responsible for delivering this message to the intended
>> recipient, you are hereby notified that any dissemination,
>> distribution or copying of this communication is strictly prohibited.
>> If you have received this communication in error, please notify us
>> immediately by replying to the message and deleting it from your
computer. Thank you. Fellowes, Inc.
>>
>>
>>
>> ---------------------------------------------------------------------
>> ---
>>
>> *From:* White, Bruce [mailto:bewhite (at) fellowes.com]
>> *Sent:* Friday, January 08, 2010 2:43 PM
>> *To:* hobbit (at) hswn.dk
>> *Subject:* [hobbit] Problem with graph zoom on Network times
>>
>>
>>
>> Hi all,
>>
>>
>>
>> I just noticed an issue with zooming into graphs of my ping time.
When
>> I zoom in, it loses the y-axis value of milliseconds and presents the
>> data in just seconds. So what was a set of valleys and peaks
becomes a
>> straight line. I did a couple of searches of the archive, but have
not
>> found anyone reporting this issue. I am running Xymon 4.3.0-0.beta2
on
>> a RedHat AS 5.2 server running 1.2.23 of the rrdtool. I am
attaching
>> png files of the graph before (conntime) and after the zoom
(connzoom).
>> It seems to be a problem with any of the graphs where the y-axiz is
in
>> milliseconds (TCP connection Time, bbgen run time, etc.). Has
anyone
>> else seen this issue?
>>
>>
>>
>> Thanks,
>>
>> Bruce
>>
>>
>>
>>
>>
>> **Bruce White**
>>
>> Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax:
>> 630-893-1648 | bewhite (at) fellowes.com | www.fellowes.com
>> <http://www.fellowes.com/>
>>
>>
>>
>>
>>
>>
>>
>> Disclaimer: The information contained in this message may be
>> privileged and confidential and protected from disclosure. If the
>> reader of this message is not the intended recipient or an employee
>> or agent responsible for delivering this message to the intended
>> recipient, you are hereby notified that any dissemination,
>> distribution or copying of this communication is strictly prohibited.
>> If you have received this communication in error, please notify us
>> immediately by replying to the message and deleting it from your
computer. Thank you. Fellowes, Inc.
>>
>>
>>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk