Hi to all!
I have two templates that assigned on one HOST. In first template I would to create trigger that use item (vm.memory.size[total]) which provided by SECOND template. But template must be independent, and I would to have this item in FIRST template. But when I try create vm.memory.size[total] item on FIRST template see this error:
How I can have item vm.memory.size[total] in both templates? And no have errors when they assigned to ONE host?
I have two templates that assigned on one HOST. In first template I would to create trigger that use item (vm.memory.size[total]) which provided by SECOND template. But template must be independent, and I would to have this item in FIRST template. But when I try create vm.memory.size[total] item on FIRST template see this error:
Code:
Created: Item "Total memory" on "FIRST TEMPLATE".
Item "vm.memory.size[total]" already exists on "HOST", inherited from another template.

Comment