StarryShark / zabbix-promise

Simplified Zabbix API Client for JavaScript Node.js Runtime.
https://sumitgoelpw.github.io/zabbix-promise/
MIT License
39 stars 15 forks source link

Not working on Zabbix 6.4 #31

Open C64Axel opened 1 year ago

C64Axel commented 1 year ago

The Zabbix-API login parameter 'user' has changed to 'username'

Workaround: change zabbix-promise/lib/api.js line 91 from user: this.user, to username: this.user,

stefan-epic commented 1 year ago

i think a lot more is outdated than just that right, or does it fully work by just adding that?