I have a Linux host with a specific metadata value (linuxhosts) which I have set in the zabbix_agentd.conf
I also set an Action with an auto registration event source with the following configuration:
Conditions:
Host metadata like linuxhosts
Operations:
Add to host groups SystemTestLinux
Link to template Linux system test template
The issue is that the host is not being linked to Linux system test template.
Looking at zabbix_server.log, I see the following error:
cannot link template(s) "Linux system test" to host "xxxxx": conflicting item key "net.if.discovery" found The template Linux system test is not linked to any other template and I do not have any discovery rule enabled.
It is also important to note that I currently have a lot of Windows Hosts that are linking fine to templates, the problem only occurs
with Linux hosts.
Any help would be highly appreciated!
I also set an Action with an auto registration event source with the following configuration:
Conditions:
Host metadata like linuxhosts
Operations:
Add to host groups SystemTestLinux
Link to template Linux system test template
The issue is that the host is not being linked to Linux system test template.
Looking at zabbix_server.log, I see the following error:
cannot link template(s) "Linux system test" to host "xxxxx": conflicting item key "net.if.discovery" found The template Linux system test is not linked to any other template and I do not have any discovery rule enabled.
It is also important to note that I currently have a lot of Windows Hosts that are linking fine to templates, the problem only occurs
with Linux hosts.
Any help would be highly appreciated!
Comment