At first I almost gave up to run 1.6.5 agent on my system (it just wouldn't work) but then i found that it requires ipv6 address in zabbix-agentd config.
i e old 1.4 zabbix works fine if config has
Server=1.2.3.4
But new one (1.6.5) doesn't unless you change that line to
Server=::ffff:1.2.3.4
Is there any way to disable ipv6 and revert it to old behavior? Otherwise i got too many config files to update.
UPDATE: fixed it now by recompiling without ipv6, but it should be fixed anyway permanently somehow probably because debian packages come compiled with ipv6 by default... i e zabbix probably should decetc that ip address is v4 and use v4 format if that is so.
i e old 1.4 zabbix works fine if config has
Server=1.2.3.4
But new one (1.6.5) doesn't unless you change that line to
Server=::ffff:1.2.3.4
Is there any way to disable ipv6 and revert it to old behavior? Otherwise i got too many config files to update.
UPDATE: fixed it now by recompiling without ipv6, but it should be fixed anyway permanently somehow probably because debian packages come compiled with ipv6 by default... i e zabbix probably should decetc that ip address is v4 and use v4 format if that is so.
Comment