I patched zabbix_2ndQ.py to fix a problem with the definition of LOGDIR LOGDIR = os.path.join(LOGDIR_BASE, sys.argv[1]) after this change, and after i enabled all the unsupported items, it seems to be working.
I patched zabbix_2ndQ.py to fix a problem with the definition of LOGDIR
LOGDIR = os.path.join(LOGDIR_BASE, sys.argv[1])
after this change, and after i enabled all the unsupported items, it seems to be working.