mykolq / zabbix_lsi_template

Template is for discovering and monitoring LSI (Avago, Broadcom) storage controllers
11 stars 11 forks source link

updatemacro.py not working #12

Open Taz86 opened 2 months ago

Taz86 commented 2 months ago

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 commented 1 month ago

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