Current setup:
Agent discovery contains following JSON:
Template contains following item prototypes:
But host gets discovery errors about the items that are not in agent discovery json:
Cannot create item: item with the same key "test.monitor[{#NETSTATUS}]" already exists.

Why is that error displayed about non discovered items?
Server: Zabbix 6.0.8
Agent: 5.0.15
Agent discovery contains following JSON:
Code:
zabbix_agentd -t test.discovery
test.discovery [t|{"data":[{"{#HWSN}":"Hardware serial number", "{#DEBVER}":"Debian OS version"}]}]
But host gets discovery errors about the items that are not in agent discovery json:
Cannot create item: item with the same key "test.monitor[{#NETSTATUS}]" already exists.
Why is that error displayed about non discovered items?
Server: Zabbix 6.0.8
Agent: 5.0.15
Comment