Custom SWQL Query for Nodes Down Showing Every Time Node Went Down
I'm trying to tweak our nodes down resource to add the date/time the system went down. I'm trying to figure out why it is listing all the times the nodes have went down and not just the most recent....
View ArticleAdding an SNMP node with SDK, but SNMP details never populate
Hi all,We're using the SDK and a powershell script to create a SNMP node. When I use SWQL Studio to compare the node added via the script to one added via the admin GUI, the details look pretty much...
View ArticleQuestions re: IPAM/UDT and SDK
Trying to figure out which tablespace I can use with the powershell add-in to add nodes to UDT and subnets to IPAM for discovery. The node(s) already exist in Orion.Nodes tablespace. Thanks, - Jeremy
View ArticleAssistance with SWQL Query for Node UP/SNMP DOWN
There is a great thread that pointed out the lovely way that one can monitor where SNMP is failing by utilizing the max DateTime from the CPULoad metrics - this is far nicer than expending monitors for...
View ArticleObject not set to an instance of an object - Volumes
Working on adding volumes with my script and it used to work when I fed it the wrong NodeID. Well I fixed that but now it's returning an error of 'Object reference not set to an instance of an object'....
View ArticleAnyone have time to convert the SQL for the Availability Report in Report...
I've been trying to convert the SQL for the availability report in report writer to SWQL for close to week. I'm not having much luck, beyond my current skill level. Anyone have time to help?I've...
View ArticleSWQL and PERL using SOAP
I am using the Perl interface example for the SWQL access.I am trying to run a query against the Orion.ResponseTime table, here is what the query looks like:SELECT NodeID, DateTime, Archive,...
View ArticleSWQL query across Cirrus and Orion objects
I am trying to execute the following SWQL query: SELECT n1.ip_address, i4.interfaceindex, i4.interfacename,RemoteSystemNameFROM Orion.NodeLldpEntry NLE inner join Orion.nodes N1 on...
View ArticleInterface aggregate chart (swql)
Hi guys, I'm trying to essentially recreate the Interface Aggregate Chart via the API, but am not having much luck (though I though for a while that I was). My query is SELECT DisplayName, Description,...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleTrouble getting the Java Client example to work
HelloI am trying to get the JavaClient example from the SDK to work. Here is the error I keep getting: Exception in thread "main" javax.xml.ws.WebServiceException: javax.net.ssl.SSLException:...
View ArticleExporting Items to CSV via SWIS
Hi Folks,I want to export Data to a CSV to compare this Data with another import CSV. I already have the "wrapping" around but I can not export the Data. Is there any Powershell-Expert out there to...
View ArticleDiscover Interfaces on a Node using the REST API
Hello, Can somebody guide me on how to do this? I know we have to use the Invoke verb and Orion.NPM.Interfaces/DiscoverInterfacesOnNode as the SDK document states. Should I pass the...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View Articlenew-swisobject fails
I've been able to pull dataget-swisdata, get-swisobject I've been able to updte dataset-swisobject But this always fails for...
View ArticleAutomate IPAM subnet creation
Hello, I have a python script that automates configuration of switches, assignment of IP addresses, etc. I would like to bring in the proper variables and run a query on the database to add the subnet...
View ArticleUsing the SDK powershell snap in - some newbie questions
Hi all,Just getting started doing an integration between Orion and some of our other tools. Have been through the SDK 1.3 and found some useful stuff in there especially around the kind of things we're...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticlePowerShell Script to Unmanage Hosts Connection Problems
Using SDK version 1.5 with NPM 10.2.2 It seems I'm having problems connecting to my Solarwinds server using SDK. Itry "$swis = Connect-Swis -host 'solarwindsserver.domain.com'" I getprompted for a user...
View ArticleSDK 1.8/1.9 - Powershell Connect-Swis Results in OperationTimeout
A couple weeks ago we had a problem with NPM 10.7 and we upgraded to NPM 11.0.1. Since then i've been unable to initialize the SWIS connection with the connect-swis cmdlet. The result displays...
View Article