Grafana-zabbix: Automatically create graphs for trends data (max & min values)

Created on 12 Apr 2017  路  3Comments  路  Source: alexanderzobnin/grafana-zabbix

I'm submitting a ...

  • [ ] Bug report
  • [ ] Feature request
  • [鈭歖 Question / Support request

For bug report please include this information:

  • What Grafana version are you using?
    4.2.0
  • What Zabbix version are you using?
    3.2.4
  • What zabbix plugin version are you using?
    none
  • What OS are you running grafana on?
    centos 6.7
  • What did you do?
    Graph with cpu,select Time range from 2017-02-05 to 2017-02-07
  • What was the expected result?
    Show maximum and minimum values at that point in time.
  • What happened instead?
    The graph and values was difference with zabbix graph.
    I found some description in official website like this:
    https://www.zabbix.com/documentation/3.2/manual/config/visualisation/graphs/simple
    > Recent data vs longer periods
    > For very recent data a single line is drawn connecting each received value. The single line is drawn as long as there is at least one horizontal pixel available for one value.
    > For data that show a longer period three lines are drawn - a dark green one shows the average, while a light pink and a light green line shows the maximum and minimum values at that point in time. The space between the highs and the lows is filled with yellow background.

1
2

feature request

Most helpful comment

@fpaternot I'm not sure, may be it requires some tricks. Flow of this looks like:

  1. Add two additional series (with min and max values)
  2. Create series override rule for panel

All 3 comments

Can we do that min/max automatically when we are collecting from trends, and not when we are using history?

That would help a lot when debugging and creating/managing dashboards.

@fpaternot I'm not sure, may be it requires some tricks. Flow of this looks like:

  1. Add two additional series (with min and max values)
  2. Create series override rule for panel
Was this page helpful?
0 / 5 - 0 ratings

Related issues

mdiorio picture mdiorio  路  5Comments

ufoloko picture ufoloko  路  7Comments

Akabell95 picture Akabell95  路  8Comments

moisesreis picture moisesreis  路  6Comments

KevinInphos picture KevinInphos  路  4Comments