-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 2.4: authenticatie API point changed name #44
Comments
class_zabbix @ 161,39: change user.authenticate to user.login --- this works for me. I know this is old but I just saw your stuff and I'm playing with it on Zabbix 2.4. So line 161 goes from:
to
|
Fixes mattiasgeniar#44 from main
This only fixes part of the issue. It appears that aping is still being called with auth in it which no longer works. You need a different function defined without auth to pre-login requests like apiinfo.
|
i tried above method bu get this |
Action: user.authenticate
Request:
Response:
user.authenticate is a deprecated alias of user.login
The text was updated successfully, but these errors were encountered: