-
Custom Widget Showing Boot Times in Group View
I am looking for a way to show a list of Nodes in a specific group and their LastBootTime. I found this link (https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/93863/custom-widget-for-default-group-view) regarding showing interfaces, but I am struggling to modify it to show the Node Name…
-
SWQL String Manipulation in a Custom Resource
I have the following query successfully working in a custom SWQL resource on a view: SELECT MultiValueMessages FROM Orion.APM.ComponentAlert WHERE ComponentID = '90224' The output is a string containing 4 custom message results fron a component monitor, and it looks like this: ITSecurityOnCall:user1@mail.org,…
-
Building Simple PerfStack Project Lists With SWQL
In my opinion, PerfStack is the best new thing SolarWinds has given us, since the last best new thing they gave us. PerfStack already has plenty of things going for it, even in its infancy. There are, however, a few things I would like to see improved. My biggest, most important, PerfStack request is definitely improving…
-
VerbArgument Example for 'AddResourceToView'
Hello Thwack Community, Looking to automate the creation of custom query / swql resources. Here is what I have from the Metadata.VerbArgument table in SWQL Studio filtering on the 'AddResourceToView' activity - **REQUIRED - Name: viewID = ViewID to add resource to - I’m good on this. **REQUIRED - Name: config = This is…
-
Make ALL Links, In A SWQL Custom Query Resource, Open In New Tabs By Default
This is a super simple, single file, single line, edit. ESTIMATED TIME TO INSTALL/PERFORM MODIFICATION: <1 Minute DIFFICULTY LEVEL:1-Youngling * Youngling (Easiest/Most Basic; no coding experience required, no config wizard required, no system restart required, no system downtime.) * Padawan (Easy/Basic; no coding…
-
Top XX Volumes by Percent Utilization - Virtual Machines
Had a fellow MVP (nickzourdos) ping out looking to create a resource that showed the Top 10 Volumes by Percent Utilization, but only for Virtual Machines. Unfortunately, due to the nature of VMs coming up and down, a standard custom property just wasn't dynamic enough for his needs. This SWQL query can be placed in a…
-
Creating a detail view page but limited to certain custom property edits.
Hi, I am trying to create a single detail page with only a few "custom property" that I can allow a user to edit. I then added a view limitation to certain groups of servers that can also be viewed/search. This will prevent users from viewing other node detail information and be locked down to group of servers that can be…
-
Event Search Custom Query Resource
Prompted by some discussion with a fellow MVP, this is a simple resource that can be used to provide a basic event search for users in a Summary View. Please note that this particular query only looks at Node events, but the framework can easily be adjusted to focus on other event types, or even include all events. This is…
-
Custom Query Resources, Increased Default Workspace
This has bothered me for a while now. SolarWinds does so many great things, yet, sometimes, they seem to forget those little things here and there. Hopefully I am not the only one, but a nice big monitor, with tons of workspace that should be useable but is not, just bothers me. Almost all of the popup menus throughout the…
-
Custom SWQL Views Manager Resource
** UPDATED - 2015.12.17 ** ** ADDED "FIX"/WORKAROUND TO ALLOW SWQL LINKS TO AUTOMATICALLY OPEN IN NEW TAB/WINDOW, BY DEFAULT ** ** FOLLOW THIS LINK, Make ALL Links, In A SWQL Custom Query Resource, Open In New Tabs By Default , TO READ THE INSTRUCTIONS ON HOW TO FIX THIS ** ** IF YOU PLAN ON CHANGING THIS DEFAULT BEHAVIOR,…