In my Windows OS Template, I do services discovery and add all services that are started automatically with a trigger set to severity Warning which works nicely.
However when we want to monitor a specific application on a specific host we have a separate template for each monitored application containing among other application specific monitoring items, an item for the service_state of related windows services, with associated triggers set to higher severities than "Warning".
The idea was to "overwrite" the default items and triggers created by LLD with the ones from the template. However this seems not to be possible. If the template is assigned to the host before LLD has run, this works perfectly as LLD can't create an item that already exists.
But when LLD has already run, the template can't be applied any-more because those item(s) already exist "as an item created from item prototype."
A solution would have been to delete this conflicting item from the host and assign the template before the next LLD run. However manually deleting LLD items is also not possible...
Does anybody know a method to achieve what I have want to achieve here ?
However when we want to monitor a specific application on a specific host we have a separate template for each monitored application containing among other application specific monitoring items, an item for the service_state of related windows services, with associated triggers set to higher severities than "Warning".
The idea was to "overwrite" the default items and triggers created by LLD with the ones from the template. However this seems not to be possible. If the template is assigned to the host before LLD has run, this works perfectly as LLD can't create an item that already exists.
But when LLD has already run, the template can't be applied any-more because those item(s) already exist "as an item created from item prototype."
A solution would have been to delete this conflicting item from the host and assign the template before the next LLD run. However manually deleting LLD items is also not possible...
Does anybody know a method to achieve what I have want to achieve here ?
Comment