-
Notifications
You must be signed in to change notification settings - Fork 462
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
No value from time to time #430
Comments
Can you check zabbix response in browser dev tools? What does zabbix return? |
I have very often the same error. I have created a playlist with many dashboards. After a run, almost all dashboards have missing values or they are completely empty. Can somewhere a debug output of the Zabbix plugins set? |
@sesom42 did you notice errors, for example, "Zabbix API Error" in grafana? This may be caused by php limits on Zabbix server. |
@alexanderzobnin no API error messages are displayed. The server is dimensioned to suit PHP needs. I've looked at it more closely. Grafana first requests '/api/dashboards/db/'. Then it retrieves for every widget '/api/datasources/proxy/2'. The answer to this request is sometimes only '{"jsonrpc": "2.0", "result": [], "id": 1}'. Sometimes '/api/datasources/proxy/2' is not even requested. It looks like more as an bug in Grafana itself. |
@sesom42 yes, you should check history/trend api queries. Some requests are cached (items, hosts, but not history). |
Hello everybody, @alexanderzobnin Excuse me to re-fire this old thread but it's the only threat I find regarding the issue. Has anybody found a solution to the rather high ammount of "no value" or "N/A" results in the grafana dashboard? I have the same issue as @sesom42 and even in higher versions (currently using Grafana 5.3.4) Thank you in advance |
Hello Sorry for not following back on this issue.. I must have forgotten. I think that the issue originated from the browser. @David-SpreenICT , try to add the zabbix api url into exceptions, deactivate any adblocker etc... Verify that Grafana can connect without restrictions to Zabbix's API URL (FW rules etc...) |
Hello Neomh, The "No Value" shows up on just a couple of the gauge's. There is no add-blocker active, this would mess up all of the gauges and grafana has data so no FW issue's. My collegue and I are thinking it should have something to do with the refresh time of the pages / gauge's. Could you guy's give me an example of your refresh timers or the settings of your "Override relative time" for each gauge? Many thanks for the effords, |
Hm... Try to upgrade to latest version, it seems that was fixed. |
Ah, sorry. That was fixed, but not released yet. |
I'm submitting a ...
Software Versions
What did you do?
We created a zabbix dashboard on grafana. From time to time we get no value or N/A on text field that are items pulled every 1 sec in zabbix.
I couldn't find any errors in grafana/zabbix logs.
Please advise.
Thank you for your help
The text was updated successfully, but these errors were encountered: