SteveK ✭✭✭✭✭

Comments

  • We have a different spin on our side. We also wanted to include if the VM was muted. I also include information on the VM guest state as well. SELECT [N].Caption ,[N].DetailsUrl ,[N].Status As NodeStatus ,[N].StatusIcon ,ToLocal([M].SuppressFrom) As Mute_Start ,ToLocal([M].SuppressUntil) As Mute_End ,[V].GuestState ,CASE…
  • I wanted to provide the solution we used on our side. Instead of setting it to a flat value, we ended up using the utilization/space thresholds. At this time, I did not see the space utilization threshold as an option under the Virtual Datastore Trigger conditions, so we ended up using a "Custom SWQL Alert (Advanced)." On…
  • thank you for the information. I will definitely review it and update our import accordingly.
  • I ran into this issue as well, and still not fixed. As SFP mentioned, please upvote the feature request. I do have a work around. You will need to create groups that operate as a parent containers, and have other groups as members to them. Then on the view, create a Custom Query widget and include the query below: ------…