hi Zabbix Users,
I've got an issue which is probably my own mistake, but I can't figure it out.
Case
Zabbix Server: 5.0.15 LTS (Externally)
Zabbix Proxy: SQLite 5.0.12 (OnPremmis of the Linux host)
LinuxHost: 5.0.15 - Active agent configuration
Zabbix_agentd.conf on Linux Host
Server=zabbix
ServerActive=zabbix
Hostname=LinuxHost
HostMetadata=10.10.3.10
Context: the DNS entry 'zabbix' will resolve to the Zabbix Proxy and communicates successfully.
The LinuxHost successfully connects to the Zabbix Proxy, and auto-registration the agent.
After the auto registration, the DNS name is used for agent communication, as seen below:

Now you can guess the issue, the DNS name is not registered. It stays empty.
I would like to not use DNS as the registration but IP instead.
Now I can manually select IP address. then restart the proxy and the hosts is online.
But the next day, it's 'wrong again' and configured to communicate with DNS instead of IP.
Now, how do I configure this behavior?
I've checked my auto-registration configurations but as far as i can see, these do not configure the interface type.
I do have this behaviour on multiple sites and hosts.
this print screen shows the same issue, but different host and different proxy.
So, it must be a global-configuration-issue

any ideas? thanks alot!!
I've got an issue which is probably my own mistake, but I can't figure it out.
Case
Zabbix Server: 5.0.15 LTS (Externally)
Zabbix Proxy: SQLite 5.0.12 (OnPremmis of the Linux host)
LinuxHost: 5.0.15 - Active agent configuration
Zabbix_agentd.conf on Linux Host
Server=zabbix
ServerActive=zabbix
Hostname=LinuxHost
HostMetadata=10.10.3.10
Context: the DNS entry 'zabbix' will resolve to the Zabbix Proxy and communicates successfully.
The LinuxHost successfully connects to the Zabbix Proxy, and auto-registration the agent.
After the auto registration, the DNS name is used for agent communication, as seen below:
Now you can guess the issue, the DNS name is not registered. It stays empty.
I would like to not use DNS as the registration but IP instead.
Now I can manually select IP address. then restart the proxy and the hosts is online.
But the next day, it's 'wrong again' and configured to communicate with DNS instead of IP.
Now, how do I configure this behavior?
I've checked my auto-registration configurations but as far as i can see, these do not configure the interface type.
I do have this behaviour on multiple sites and hosts.
this print screen shows the same issue, but different host and different proxy.
So, it must be a global-configuration-issue
any ideas? thanks alot!!
Comment