If I understood correctly, I should be able to add multiple templates to a host, which contain overlapping Applications.
However, when I try this in my Zabbix 2.2.1 installation, I get this SQL error:
Anybody any idea why this is not working ? Or should I file a bugreport ?
However, when I try this in my Zabbix 2.2.1 installation, I get this SQL error:
Code:
Error in query [INSERT INTO applications (name,hostid,applicationid) VALUES ('Active Directory','10572','8815'),('LDAP service','10572','8816'),('Windows Services','10572','8817') ] [Duplicate entry '10572-Windows Services' for key 'applications_2']
SQL statement execution has failed "INSERT INTO applications (name,hostid,applicationid) VALUES ('Active Directory','10572','8815'),('LDAP service','10572','8816'),('Windows Services','10572','8817') ".
Comment