scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Resolve compatibility with python 2.7

Open amorrn opened this issue 10 months ago • 1 comments

Resolves an error using the script to add monitoring with python 2:

"msg": "Failed to connect to Zabbix server: 'str' object has no attribute 'isdecimal'"

amorrn avatar Mar 26 '24 14:03 amorrn

Hi! It will break python3 with NameError: name 'unicode' is not defined

gescheit avatar Apr 09 '24 18:04 gescheit