Ad Widget

Collapse

[BUG]Graph Time Scaling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KarmaPolice
    Member
    • Oct 2005
    • 95

    #1

    [BUG]Graph Time Scaling

    So i am having a bit of a problem with making some various graphs and i'm not sure if it's just me, or a bug in the coding.

    When i try and create a 2 month graph, no problem, I make the 1 month graph (using the drop down) and then select Increase +1 month.

    Great, graph comes up as 62d graph (not precise, but close enough)

    Then i want to make a 3 month graph, but because of the way those bottom drop downs are implemented I can't. When the 2 month graph comes up, it reverts the first dropdown back to one hour, and therefore when i click the Increase +1 month again instead of adding a month onto the current graph it refreshes everything and gives me a 1hour+1month graph...

    Kind of an odd behavior but i understand where the flaw is, i just wish i had the time to look into the code and try and resolve it.

    I would consider this a major issue that would probably only require a small tweak in the code to fix (assuming it is indeed a bug)...

    Thanks for any attention you can bring to this.

    Oh, and I am currently running beta2 for what that's worth.
  • elkor
    Senior Member
    • Jul 2005
    • 299

    #2
    I have known about this for some time.. haven't gotten to fix it yet because of unrelated projects.

    the issue is that the dropdowns (and hence the submitted values) are reset to default once you increase or decrease the window the first time.

    It should be fairly easy to locate and fix, I'll do it when I get the time if nobody gets to it first.

    Comment

    • James Wells
      Senior Member
      • Jun 2005
      • 664

      #3
      Greetings,

      Just saw this issue at work. I will try to get this fixed this evening when I get home. Or if you fix it Elkor, just post a patch and I will get it into CVS.
      Unofficial Zabbix Developer

      Comment

      • KarmaPolice
        Member
        • Oct 2005
        • 95

        #4
        Wow, awesome response time... I'm truely impressed.

        I'll look forward to a patch shortly and if i find some time this evening (not out of the question) I will work on looking at it as well.

        Thanks for all the effort, and I very much look forward to getting involved in the development of this project as I am currently implementing this tool on apprx 260 servers here at work.

        Comment

        Working...