Zabbix 5.4: method not found. Incorrect API "application"
See original GitHub issueDescribe the bug
I began rebuilding my Zabbix/Grafana monitoring again from scratch (I wanted to start over) using Docker containers.
I had everything functional and suddenly Grafana won’t display some values on a Dashboard with error Incorrect API "application".
I haven’t been able to narrow down exactly why some values will display and some wont.
I went so far as to start over with Grafana in case I I’d caused the issue but a fresh installation of Grafana and the plugin result in the same issue.
Expected behavior Grafana should show all widgets.
Screenshots Non-functional default Zabbix Dashboard Error from non-functional default Zabbix Dashboard Other default dashboard still functional: (Github won’t let me upload it for some reason) https://imgur.com/a/llyY3Kp
Network data
{"datasourceId":1,"method":"application.get","params":{"output":"extend","hostids":[]}}
{"error":"Internal Server Error","message":"Method not found. Incorrect API \"application\"."}
Software versions
Grafana | Zabbix | Grafana-Zabbix Plugin |
---|---|---|
7.5.4 | 5.4.0rc1 | 4.1.4 |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:32 (3 by maintainers)
Top GitHub Comments
Well, at least changes are documented now:
Not sure if known, but I discovered a hack in Grafana to resurrect broken graphs. You edit your graph and then remove the content of “Application” field, leaving the item and the rest of them untouched, then it started to present graph. Discovered accidentialy because one of graphs had the application field empty and that one worked well after zbx 5.4.0 kicked in yesterday. Link to evidence.