mchugh19 / zabbix-vue

Chrome/Firefox extension for displaying problems from Zabbix
MIT License
56 stars 13 forks source link

Zabbix Vue 2.1.1 does not function with Zabbix 6.4.2 #63

Closed JeffZwolle closed 1 year ago

JeffZwolle commented 1 year ago

Zabbix Vue 2.1.1 in Google Chrome browser (Windows) does not function with Zabbix 6.4.2 The problem is that the indicator stays black. And an even bigger problem is that my login session in another browser is closed after about 5 to 10 seconds, meaning that I have to login there again and being logged out again after 5 to 10 seconds. The extension worked fine before I upgraded from Zabbix 6.0

Matsumot0 commented 1 year ago

Hello,

Same here :(

Dainii commented 1 year ago

@JeffZwolle Are you using authentication with token auth ? If not, you should switch to that. It's the new "right way" to query the API. I have no issues with multiple Zabbix 6.4.3.

Matsumot0 commented 1 year ago

@Dainii Thanks for the tip, it's works great via token api :)

JeffZwolle commented 1 year ago

@Dainii Yes, that functions. Thank you very much!