ableev / Zabbix-in-Telegram

Zabbix Notifications with graphs in Telegram
MIT License
771 stars 235 forks source link

Fixed urllib exeptions import after update requests to 2.6.0-8.el7_7 #194

Open k0ste opened 4 years ago

k0ste commented 4 years ago
Traceback (most recent call last):
File "/usr/lib/zabbix/alertscripts/zbxtg.py", line 939, in <module>
main()
File "/usr/lib/zabbix/alertscripts/zbxtg.py", line 884, in main
zbx.login()
File "/usr/lib/zabbix/alertscripts/zbxtg.py", line 291, in login
requests.packages.urllib3.disable_warnings()
AttributeError: 'module' object has no attribute 'urllib3'