Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect points order #202

Closed
billbatista opened this issue Apr 20, 2016 · 19 comments
Closed

Incorrect points order #202

billbatista opened this issue Apr 20, 2016 · 19 comments

Comments

@billbatista
Copy link

Hi!
I'm running the new grafana-zabbix, the plugin version with the new Grafana 3.0.
At the moment, my Zabbix is on 2.4.7, can I update to Zabbix 3.0? Is the plugin working well with the new version?

thanks in advance.

@alexanderzobnin
Copy link
Collaborator

I use latest plugin version with zabbix 3.0 and have no problems. Other users also report about work without issues. So I think you can try it.

@leleobhz
Copy link

Confirmed work here too. GrafanaXXL (modified to get grafana-zabbix HEAD version) and Zabbix 3

@w-HA
Copy link

w-HA commented Apr 29, 2016

Hi,
In first thanks for your great job alexander
I use zabbix server 3.0.2 and grafana-plugin 2.5
I enabled trends from 7d side grafana-plugin
I don' t apply patch https://support.zabbix.com/browse/ZBXNEXT-1193 because it isn't necessary with zabbix server 3.0 anymore.
but it seems i have display problem for gauge with trends method
trends
Do you thinks it's a problem with zabbix3.0 implementation for api trends method or un pb with grafana plugin ?

Otherwise , i haven't problem with zabbix server 2.4.7 and patch https://support.zabbix.com/browse/ZBXNEXT-1193

Thanks for yout help

@danzelziggy
Copy link

I'm using zabbix api 3.0.3 and there are no support for graphs. only zabbix triggers. Is this permission problems? i'm using super admin account here.

@alexanderzobnin
Copy link
Collaborator

For supporting trends in Zabbix 3.0 you should use Grafana 3.0.x and latest plugin version. See installation instructions for 3.0 here: http://docs.grafana-zabbix.org/installation/

@w-HA
Copy link

w-HA commented Jun 27, 2016

Dear alexander ,

Ok thanks for your feedback .

I m going too install latest plugin version

Benoit

De : Alexander Zobnin [mailto:notifications@github.com]
Envoyé : lundi 27 juin 2016 14:21
À : alexanderzobnin/grafana-zabbix
Cc : DESFEUX Benoit DMGP/DNU; Comment
Objet : Re: [alexanderzobnin/grafana-zabbix] Zabbix 3.0 (#202)

For supporting trends in Zabbix 3.0 you should use Grafana 3.0.x and latest plugin version. See installation instructions for 3.0 here: http://docs.grafana-zabbix.org/installation/


You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com//issues/202#issuecomment-228730031, or mute the threadhttps://github.com/notifications/unsubscribe/AR3lTR8nJsYtldH4lz2aYTy86BeEePSLks5qP8AmgaJpZM4IMAyf.


Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

@sperr0w
Copy link

sperr0w commented Aug 25, 2016

Hello!

We have Zabbix 2.2 with grafana 2.6 and zabbix plugin. After patch, we successfulle get trands for all metrics.
Now we upgrade Zabbix to version 3.0.3 and Grafana to version 3.0.4 and Zabbix grafana plugin 3.0.0
After upgrade, we cand get trend for metrics. Could you please give us solution of how to solve this problem?

Sergey.

@w-HA
Copy link

w-HA commented Aug 25, 2016

Dears,
It works if i change the max data points for "auto" to 500 ( for example )
(grafana 3.1.0 and zabbix grafana plugin 3.0.0 )
Zabbix API détails is Trends enable use from 7d

Why can't i use auto parameter ?
Thanks
Benoit

trendsok
trendsk0

@alexanderzobnin
Copy link
Collaborator

@w-HA does this issue affects only this graph? Can you build graph for single metric? Which plugin version do you use? 3.0?

@w-HA
Copy link

w-HA commented May 4, 2017

Alexander ,
I would like to re open this ticket .
zabbix server 3.2.5
grafana Version 3.1.1
grafana-zabbix app 3.3.0

It seems if i build single metric , it works

single graph

Thanks
Benoit

@alexanderzobnin
Copy link
Collaborator

@w-HA can you apply groupBy() function and check the result again?

@w-HA
Copy link

w-HA commented May 4, 2017

alexander,

It works fine with groupby() function . Thanks a lot

Benoit

@alexanderzobnin
Copy link
Collaborator

Hm, seems, a problem is in points sorting.

@alexanderzobnin alexanderzobnin changed the title Zabbix 3.0 Incorrect points order May 5, 2017
@saydamir
Copy link

I have problem with single metric:
image
If i use GroupBy(1m,avg) - all looks ok:
image

If i limit 'Max data points' up to 163 for 7d and 620 for 30d, all looks ok too.

  • Zabbix Server 3.2.3
  • Grafana Zabbix Plugin 3.4.0 (3.3.0 same behavior)
  • Grafana v4.2.0 (commit: 349f3eb) (grafana-xxl)

@alexanderzobnin
Copy link
Collaborator

@saydamir did you notice this issue only with trend data (for large time ranges)? As I understand, it caused only if you don't use Max data points? Seems, Zabbix api returns unsorted points sometimes.

@saydamir
Copy link

saydamir commented May 31, 2017

did you notice this issue only with trend data (for large time ranges)?

Yes, only with trends.

As I understand, it caused only if you don't use Max data points?

No. This also happens if "Max data points" value is large enough.

Seems, Zabbix api returns unsorted points sometimes.

It would be nice if in Grafana they were displayed in the right order :)

@alexanderzobnin alexanderzobnin added this to Backlog in Development Flow Jun 8, 2017
@alexanderzobnin alexanderzobnin moved this from Backlog to In Progress in Development Flow Jun 15, 2017
alexanderzobnin added a commit that referenced this issue Jun 15, 2017
@alexanderzobnin alexanderzobnin moved this from In Progress to Done in Development Flow Jun 15, 2017
@alexanderzobnin
Copy link
Collaborator

Folks, I've added sorting for trends, so you can try to test new version from master branch.

@w-HA
Copy link

w-HA commented Jun 16, 2017 via email

@saydamir
Copy link

Thanks, it works correctly(v3.6.1)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

7 participants