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

updatemacro.py not working #12

Open
Taz86 opened this issue Apr 25, 2024 · 1 comment
Open

updatemacro.py not working #12

Taz86 opened this issue Apr 25, 2024 · 1 comment

Comments

@Taz86
Copy link

Taz86 commented Apr 25, 2024

in 6.4.12 and at least the latest version of zabbixapi you cannot login with the current script.
you need to split the action in 2 parts

--snippit--
zabbix = ZabbixAPI(zbxurl)
zabbix.login(apiuser,apipass)
--snippit--

@mykolq
Copy link
Owner

mykolq commented May 14, 2024

in 6.4.12 and at least the latest version of zabbixapi you cannot login with the current script. you need to split the action in 2 parts

--snippit-- zabbix = ZabbixAPI(zbxurl) zabbix.login(apiuser,apipass) --snippit--

Make mr please. I've add script as example, I don't use it in work

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