Comments
-
Hi Jvb, Is the Custom Properties dynamic enough to recognise the tagging being changed on vmware So lets say i Amended a VM and tagged them on Vsphere - I will this apply over to solarwinds?
-
That has worked!!!! - Thank you so much - perfect
-
Yes! The guide states they haven't updated the tagging crossover to make it include of all the categories So if you have a location category on VMWare it will export to SolarWinds are not a text custom properties but a True false for each individual option! So until they resolve that i am looking at a work around
-
So I have done some playing an i am getting closer thanks to this If i remove the following it runs End as [Org Owner]en 'Service Desk' END as [VM Service Owner] it does link the two together but it is now adding the same node names multiple times and blank as well. so the full code is this SELECT n.DisplayName AS [Node…
-
Very helpful - I will have a play with this and get back to you! I feel this has sent me on the correct path - thank you!!
-
So the groups are being pulled from VMWare via custom properties however the custom properties are set via true/false or 1/0 and not by text (Something yet to resolved by Solarwinds) So as a work around I am moving them as a dynamic query into groups - i am looking into reporting these categories and confirming which VMs…
-
update SELECT n.Caption AS [Node Name] , n.Status , n.IPAddress , n.StatusDescription AS [Status Description] , n.DetailsURL AS [Node Details URL] , n.MachineType AS [Vendor Name] , n.VendorInfo.Icon AS [System Vendor Icon] , n.CPULoad AS [CPULoad] , n.ResponseTime AS [Response Time] , n.PercentMemoryUsed AS [Memory Usge]…
-
I have got it, Thank you what i did was the following using your guidance SELECT n.Caption AS [Node Name] , n.Status , n.IPAddress , n.StatusDescription AS [Status Description] , n.DetailsURL AS [Node Details URL] , n.MachineType AS [Vendor Name] , n.VendorInfo.Icon AS [System Vendor Icon] , n.CPULoad AS [CPULoad] ,…