Ad Widget

Collapse

Graph Options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cooper
    Senior Member
    • Sep 2004
    • 110

    #1

    Graph Options

    I have a couple of suggestions/requests for graphing.

    1. The ablitity to define a default period for a graph would be very helpful. It would make it easier for a manger or non-network admin type to see an 8h or 12h view by default, rather that the 1h view which could be mis-leading to them.

    2. In addition to the predefiend colors you have included for the graphs, would it be possible to choose "custom" from the drop down and then have a text box to enter the Hex color code? Another option would be an area to define your own colors by Hex code and then populate the list from that.

    Also, I believe you said that 'stacking' was on the list of things for 1.1. Any idea which alpha/beta it will appear in?

    Thanks.

    cooper
  • limo
    Senior Member
    • Dec 2004
    • 192

    #2
    Pie graphs

    I would to vote for pie graphs, sometime it is very usabe. In conjuction with hand-specifying parameters

    Comment

    • themons
      Senior Member
      • Feb 2005
      • 110

      #3
      if somebody is interested modify the list of color i edit the /www/include/class.inc.php

      Add Line after this one using this model
      Code:
      $this->colors["Red"]=         ImageColorExactAlpha($this->im,255,120,0,0);
      and also
      Code:
      $this->colors["Red"]=ImageColorAllocate($this->im,255,0,0);
      to have the color proposed in the drop down list of graph config edit /www/graph.php

      add line after this one
      Code:
      echo "<OPTION VALUE='Red' ".iif(isset($color)&&($color=="Red"),"SELECTED","").">Red";
      Have fun
      Zabbix 1.8.3
      SLES 11 x64

      French Zabbix user

      Comment

      • tronite
        Senior Member
        • Jun 2007
        • 147

        #4
        I wonder if these were ever implemented?

        Comment

        Working...