Justin_Lanoue
10 months agoNeophyte
New vCenter Module Tags
Not sure why LogicMonitor changed the way the tags are stored on the VM instances in the new vCenter modules but it seems to hinder the ability to map the VM to clients we host.
Before this would nicely add a property to each VM like
auto.tag1 = value
auto.tag2 = value
Now it just puts them all into 1 property such as:
auto.vm.tags = tag1.value, tag1.value.
We use to be able to create a specific alert template to grab the ##auto.tag1## and use that as the mapping to our client but that’s no longer easily done when they are all grouped together.
Does anyone have an easy solution or would I need to modify the code like before?
Thanks,