-
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
Dashboard Template zabbix_system_status.json e.options is undefined #1639
Comments
Did you ever get this fixed? I have the same problem. |
Unfortunately no. And also no feedback or questions for details. |
Grafana is version 10.2.2, Grafana-Zabbix-Plugin 4.4.4 and Zabbix is 6.4.10. Let me know if you think of something we can try. |
Lets check similarities and differences at our installations: As Grafana image I use "grafana/grafana-oss:latest", today I tried "grafana/grafana-enterprise:latest", also with same result But maybe the Grafana side is the wrong one, maybe its related to how the systems at Zabbix are structured/named/... |
Describe the bug
I imported the default dashboard from https://github.com/alexanderzobnin/grafana-zabbix/blob/master/dashboards/zabbix_system_status.json
The UI tells me with red exclamation marks "e.options is undefined", see screenshot1
Interestingly, the list of host groups will be shown at upper panel and also the panels ar enumerated for each entry, so its not an roles/rights nor authorization topic.
Expected behavior
The panels shows values
Screenshots
Network data
Query:
{"datasourceId":1,"method":"hostgroup.get","params":{"output":["name","groupid"],"sortfield":"name","real_hosts":true}}
Result:
{"result":[{"groupid":"7","name":"Hypervisors"},{"groupid":"2","name":"Linux servers"},{"groupid":"23","name":"Switches"},{"groupid":"22","name":"TrueNAS"},{"groupid":"26","name":"UPS"},{"groupid":"6","name":"Virtual machines"},{"groupid":"4","name":"Zabbix servers"},{"groupid":"24","name":"site_TST01"}]}
Software versions
Thanks for your help.
The text was updated successfully, but these errors were encountered: