Hi,
Just upgraded to 6.2 to get the availability green check when using active agent.
Problem is, the host still add a passive interface when it is auto registered which gave me a yellow icon instead of a green one.
If I manually delete the passive interface then the host instantly switch to a green check, but since I need to migrate hundreds of hosts I don't want to manually remove the passive interface on all of them.
Does anyone know how I can avoid that ?
Here's the content of my zabbix_agentd.conf :
Just upgraded to 6.2 to get the availability green check when using active agent.
Problem is, the host still add a passive interface when it is auto registered which gave me a yellow icon instead of a green one.
If I manually delete the passive interface then the host instantly switch to a green check, but since I need to migrate hundreds of hosts I don't want to manually remove the passive interface on all of them.
Does anyone know how I can avoid that ?
Here's the content of my zabbix_agentd.conf :
Code:
PidFile=/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=100 StartAgents=0 ServerActive=myproxy.mydomain.net HostnameItem=system.hostname HostMetadata=Linux apache2 mariadb-server Include=/etc/zabbix/zabbix_agentd.d/*.conf TLSConnect=psk TLSAccept=psk TLSPSKIdentity=agent-registration TLSPSKFile=/var/lib/zabbix/agent-registration.psk
Comment