-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
7.0.17rc1, 7.2.11rc1, 7.4.1rc1, 8.0.0alpha1 (master)
If host interface connection type is changed manually after autoregistration, then connection type will not be reverted after agent restart.
Steps to reproduce:
- Create an autoregistration action to add a host
- Set parameters in the agent configuration file: Hostname=test, HostInterfaceItem=system.hostname
- Run the zabbix server and zabbix agent
- Make sure that new host 'test' is added and interface connection type is 'DNS'
- Manually change connection type to 'IP'
- Restart the agent
- Observe that connection type is still 'IP'
Expected:
According to straightforward logic connection type should be changed back. But it can be considered as expected due to manual change priority.