SQWL: List of F5 Virtual Server
Hi, I am trying to replicate the List of Virtual Servers via a SWQL query, since I am unable to export this data directly. Does anyone knows the correct joining table for this? I found these links,...
View ArticleHow can i create a hyperlink to nodetails page using SWQL?
I am using Custom Query resource with custom SWQL query andsearch SWQL query. customSWQL querySelect t1.Caption as NODENAME,t1.customproperties.NodeDetailsLink,t1.PercentLoss,t1.AvgResponseTime,...
View ArticleServer Down Time using the SDK
I am trying to automate the removal of nodes from SolarWinds. What I cannot seem to figure out is the best way to tell me how long a node has been down for. My basic workflow is the following:...
View ArticleSWQL : NCM ConnectionProfiles table
Hi, the SQL statement below works in SQL Management studio. The objective is to retrieve the connection profile Name and build rules around it based on its name. SELECT A.[NodeID] ,A.[IP_Address]...
View ArticleUsing PowerShell To Automatically Provision A Series Of Graphs Per View
For the past many moons, I have been searching for a way to improve our process of adding/viewing graphs. Our Engineer(s) ask to see views with various graphs, from many different nodes/interfaces,...
View ArticleExport Orion Maps [PowerShell]
UPDATE: Updated to 1.0.1 to fix exports of User Graphics Files Because I'm constantly creating and destroying Orion instances in my currently capacity, I sometimes forget to export everything before I...
View ArticleQuery AlertHistory table fails
Hello All, I am trying to execute the SQL query : "select top 10 Message from AlertHistory"It works when I use Database Manager locally on the server, but it fails using SWIS API. Event the...
View ArticleSWQL: CPU Core Count
Hi, I'm having trouble creating a report to show the core count via SWQL... it's showing me just 1 and 0... Is there a way to do this via SWQL?_____SELECT distinct n.caption, n.IPAddress, count...
View ArticlePowershell script to use the API to discover interfaces on nodes
I was involved in a discussion this weekend about using the DiscoverInterfacesOnNode and AddInterfacesOnNode verbs. Currently they don't properly tag the interfacetype properties so if you use a...
View ArticleIssue with nested DateTime(Concat('2018','-03-08'))
The below query shows that Concat works by itself to create a string, and DateTime works by itself with a literal string to create a date. But DateTime refuses to work with the return value from...
View ArticleResponseTime ErrorMessage query causes error
The ErrorMessage column does not come through for SWQL queries on the ResponseTime view, and attempting to access it causes an error. The query below works while the rt.errormessage column is...
View ArticleHow to add application monitor using python
I am trying to add predefined application monitors to an existing node using python scripts
View ArticleText colour to display alerts using custom query
Hi, I would like to display alerts using custom query and change text colour based on severity can you please advise how this can be achieved.
View ArticleIs it easier to add 62 nodes to be monitored by an agent to Orion via SDK or...
Hi folks, I'm trying to add 62 Windows server nodes from our DT1 test environment that will be monitored via agent. We'll be monitoring the usual metrics, CPU, Mem, C: and D: volumes. I bet there's...
View ArticleSWQL: Query a node based on 'Alerts Active Time' down
Hi, I am trying to create a custom query window, that when an alert is triggered, it will only be displayed inside the query window for '5 Minutes', after the 5 minutes mark, the alert should disappear...
View ArticleOrion.Accounts GroupPriority
Hello All, I wonder if someone might be able to help me. I am looking for a way to pull out a list of all the AD Groups in my environment so that I can review the Priority Order. I can get this via SQL...
View ArticleSWQL: Triggering an email notification when someone mutes a node, after it's...
Hi, please bear with me here..I'm trying to create an alert, that when a node goes down, it triggers a custom property 'Node_Down_Trigger' = 'Node Down'. Now, when someone 'MUTES' a node, IF, the...
View ArticleSWQL Examples
I'm new to SWQL and have no prior knowledge of SQL queries so was looking for some examples to learn the language and do some experimenting with but been unable to find anything. I've looked on GitHub...
View ArticleDeleting Nodes (Can't get it to work with Perl LWP or Curl)
Hello All,I'm working on a project that requires us to change the IP address of every server in our infrastructure. There are a number of operations that happen on different servers as part of this...
View ArticleUsing PowerShell To Automatically Provision A Series Of Graphs Per View
For the past many moons, I have been searching for a way to improve our process of adding/viewing graphs. Our Engineer(s) ask to see views with various graphs, from many different nodes/interfaces,...
View Article