I have an host, which is member of several templates, kinda normal.
E.g.
Template1
Template2
Template1, has an memory "vm.memory.size[available]" item, for which the server reports this data.
Now I want to create an trigger on Template2, with this item from Template1. If I do so, the trigger is created in Template1, which I do not want, since I only want this trigger to apply for servers in Template2.
I cannot create the same item again on Template2, so I can use the item only for this template, since I then get the following error: "
How do I come around this ?
E.g.
Template1
Template2
Template1, has an memory "vm.memory.size[available]" item, for which the server reports this data.
Now I want to create an trigger on Template2, with this item from Template1. If I do so, the trigger is created in Template1, which I do not want, since I only want this trigger to apply for servers in Template2.
I cannot create the same item again on Template2, so I can use the item only for this template, since I then get the following error: "
Item "vm.memory.size[available]" already exists on "XX", inherited from another template.
Comment