The most recent content from our members.
This is just a simple SWQL query that I use to manage and view all of the virtual machines living in our vmWare vCenter environment. I am able to quickly, and easily, search by server/vm name, IP address, hostname, whether it is being monitored or not, and if it is powered on or off. The attached rar file includes various…
I think we can all agree that leveraging SWQL with the "Custom Query" NPM Resource has HUGE value - only it would be easier to automate and mass edit resources for views with an Import/Export option to .xml or other format. (Provided that the custom query would be shown somewhere within the file) Instead of having to edit…
Hello SWQL Ninjas! I'm trying to identify where to pull the icon status from for VMware datastores within the VMAN product. For Nodes within Orion core this is found in the [Orion.Nodes].StatusIcon column, however, the same column does not exist within the [Orion.Vim.Datastores] table. I see the following options under…
Hi, I'm not sure if this belongs in the right group, but I am wondering if this is something that can be customized, or is there a better way to approach this? I need to be able to give limited access to the "patching group" to be able to "select" all of the servers in a group, and bulk-mute the nodes. Right now, we…
Trying to display data gathered from a custom script monitor within a custom query resource on our dashboard view - however I can't seem to get the query to actually display grouped data - instead I just end up with a list of data as if I didn't group anything in the first place. select n.Caption as Node, ac.Name,…
So far, I have: SWQL query: " Node.Name = 'NY-NJ-4948-IntrCnct' Node.Name = 'NY-LA-4948-IntrCnct' Node.Name = 'NJ-NY-4948-IntrCnct' Node.Name = 'NJ-LA-4948-IntrCnct' Node.Name = 'LA-NY-4948-IntrCnct' Node.Name = 'LA-NJ-4948-IntrCnct' " The first 2 on the list are from one NPM server, the next 2 from another, and the last 2…
It looks like you're new here. Sign in or register to get started.