Skip to content
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

Not working on Zabbix 6.4 #31

Open
C64Axel opened this issue Mar 8, 2023 · 1 comment
Open

Not working on Zabbix 6.4 #31

C64Axel opened this issue Mar 8, 2023 · 1 comment

Comments

@C64Axel
Copy link

C64Axel commented Mar 8, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants