-
Node Notes Sorting based off Timestamp.
Hello Everyone, We're trying to build a resource that will show the last note (orion.nodenotes) left on a node. I can get all the filtering for status/custom properties required the problem I'm running into is when it returns the results if I aggregate the data for the notes (it shows all notes by default) then I can only…
-
ASA Tunnel Status Summary
I created this resource as part of a dashboard I'm building to summarize ASA VPN Tunnel info now that we have that natively in NPM. Thought this might be helpful for any of you who are working on anything similar, or just to see an example of some more aesthetically designed SWQL queries. Feel free to reach out to me…
-
Custom Node Tree
This is mod is basic, but does require the config wizard to be run. ESTIMATED TIME TO INSTALL/PERFORM MODIFICATION: <15 Minute DIFFICULTY LEVEL:2-Padawan * Youngling (Easiest/Most Basic; no coding experience required, no config wizard required, no system restart required, no system downtime.) * Padawan (Easy/Basic; no…
-
Create Reports for Resource Metrics
I have several custom resource metrics that have been created to act as KPIs. They can all be viewed in the Resources page, but there is no way to report them other than perhaps a screenshot. If it were possible to create reports of resource metrics, then that would open up so much functionality. All of this data resides…
-
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…
-
adding a second DetailsURL in a Custom Resource
I'm looking for the SQL syntax for adding a second DetailsURL in a Custom Resource. The SQL spinet below works for the Node link but I need to provide the Volumes.Caption as a URL link as well: SELECT TOP 20 Nodes.Caption AS NodeName, '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:'+CAST(Nodes.NodeID as varchar(256)) as…
-
REPLACE function for SWQL?
Anything available in SWQL that would approximate the REPLACE function in SQL? It's a long story, but this is the query I'm working with in SQL - basically a volume can fill up, but as long as all the same "opt<x>" volumes on a server don't fill up, it doesn't need to alert. The SQL works in a query and report, but I want…
-
Custom SQL Dynamic Graphing Resource
**Link to feature request** Over the past few years, we have transitioned from simple monitoring tools, such as MRTG and Cacti, to the advanced future-tech of SolarWinds. Surprisingly, though, we found SolarWinds to be lacking some of the basics when it comes to graphing. Sure, they get check marks in a bunch of the…
-
Customize UDT Port Details Page
I like to introduce a feature request to have a more detailed view of UDT Port Details with customize colums, maybe a new Resource, because the actual only present limited amount of data. Great would be, to add or remove columns of Port information, like * Port Description, * Speed * Current Status * Duplex * Configured…
-
How to create a view that only shows an interfaces that matches a specific criteria
I was tasked with this morning to create a view that would show the Network Team what circuits are down; and nothing else. Since all of the circuits have the carrier name in the Interface name. I was thinking of creating a view and doing an Advanced Filter to only show down devices that have 'Verizon' 'Sprint' etc in the…