-
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
Zabbix 5.4: method not found. Incorrect API "application" #1188
Comments
To be clear, I'd spent all day yesterday building a dashboard with various data on it and everything functioned fine. Near the end of that work while I was editing a widget I started receiving this error and I haven't been able to figure out what is causing it. |
I checked the latest Zabbix API docs and |
@alexanderzobnin, it's not a bug, it's a feature: ZBXNEXT-2976. Likely changes have not been documented yet. But it's clear that applications are gone. |
Confirm, critical implementing from Zabbix, breaking functionality this plugin completely. And still exist in 5.4.0 beta 3 |
Anyone got any pointers how to downgrade zabbix? Through apt or something |
@thecoolone123, it is not possible if you don't have DB backup. During major upgrades Zabbix server and proxies apply database upgrade patches which are irreversible. You can downgrade Zabbix server binary through package manager like you usually do, but it will likely complain about DB version mismatch. |
Any pointers on that, i've not been sucessfull going back to 5.3-beta2 |
It looks like |
..and in 100% secrecy. Zabbix does not share design documents and still has not updated documentation (proof). Please understand that @alexanderzobnin can't start working on the fix before new API is documented. I encourage you to contact Zabbix and share your opinion on their policies. |
Thanks for the replies, everyone - I'm sort of glad it isn't just me - I thought I was going crazy. cheers! |
Zabbix 5.4.0-0.7rc1 - the same error. |
Grafana 8.0.0 beta1 and Zabbix 5.4.0 0.8rc2 - Error still exist. |
Hi, now the stuff it's gonna explode (because 5.4.0 went GA today in docker hubs). I stepped into this bug because my automatic docker script upgraded today to zabbix to 5.4 . |
Welcome to the party, everyone. Have some popcorn while we wait for Zabbix. |
Well, at least changes are documented now: |
Zabbix 5.4.0 Error still exist.( |
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. |
I can confirm this workaround works, I am running zabbix 5.4.0 and Grafana v7.4.2. You still get the "Method not found. Incorrect API "application"." error but at least you can see the data! EDIT: It appears in that case, I was missing a data block, the error is completely gone! |
privjet @alexanderzobnin |
@StefanSa you obviously cannot use Applications since it were removed in Zabbix. This is only compatibility fix, Applications will be replaced by tags in next plugin release. |
Spasibo @alexanderzobnin |
Thank you @alexanderzobnin. I'm also waiting for this. |
I did update plugin to the latest version but still doesn't work. |
I have managed to fix by deleting data source and adding again with the same name. |
thanks bro..... this trick is working |
Hello, do you have an estimate when the next plugin release will arrive? Thanks. |
Zabbix 5.4.2 on Ubuntu 20.10, Grafana v8.0.5 (cbb2aa5001). Same problem: Are there any plans to finally fix this? It breaks many Grafana dashboards. :/ |
UPDATE: Upgraded alexanderzobnin-zabbix-app to v4.1.5 in Grafana and everything works without any problems! |
UPDATE #2 Although all of my Grafana panels/graphs work, I am unable to query 'Application' items: |
@akibukis, see #1188 (comment) |
Hello Same issue |
Describe 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
The text was updated successfully, but these errors were encountered: