-
Incident report
-
Resolution: Duplicate
-
Major
-
None
-
1.8
-
None
-
Solaris 10, Oracle 11G or MySQL 5.1
Link to template via Discovery Action. If there are triggers with multiple conditions (i.e. logical OR/AND/etc.) the trigger is duplicated on the target host.
If I have
{hostname:system.cpu.util[all,idle].count(#5,10,"le")}=5 I have no problems.
If however I have (
{hostname:ntp.offset.count(#5,5,"gt")}=5)|(
{hostname:ntp.offset.count(#5,-5,"lt")}=5) with the logical OR, this trigger gets added to the host 2x by the auto-discovery action executing the link to template.
Logical ANDs do the same thing.
The crazy thing is that if I manually add the template it adds fine.
- duplicates
-
ZBX-1617 Add template with triggers with complex expression
- Closed