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 ArticlePowerShell to add interfaces to windows node
Hi Team, I am trying auto discover interfaces to windows node, but invoke query which I am using gives me error for windows which works fine for Linux node. Here is the detailsInvoke-swisverb...
View ArticleUnManage nodes via Curl
So i've been digging through THWACK trying to find a solution for this... and I'm struggling to make these commands function. #Get NodeID from SW################################curl -k -u...
View Articlehow to remanage node via curl/rest api?
i've figured out how to unmanage a node via curl, eg: curl -k -u userid:password -v https://orion:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage -X POST -d...
View ArticleWhat am I doing wrong querying the SolarWinds API?
I'm trying to hit the Solarwinds API with Powershell and getting "An unexpected error occurred on a receive." This is how I'm trying to do it. I am able to connect with the PowerShell SWIS module, but...
View ArticleSolarwinds SAM 6.1 node properties and Active Directory
Can someone tell me if it is possible to sync Active Directory computer descriptions with Solarwinds custom properties or even node description field. It can be automatic or manually. I've looked high...
View ArticleHelp with Powershell Script to Bulk Change Polling Method from SNMP/ICMP to WMI
Yes, I know I can bulk edit Node properties in the Mange Nodes section, but since it tests the credentials in the background when you hit submit, I often get website timeouts when trying to do more...
View ArticleCreating Alert Rules With SDK
Is anyone out there creating alert rules using the sdk and python or powershell? I don't find anything searching the usual places and not sure if it is actually possible, but it seems like it would be.
View Articlecannot discover snmpv3 node via discover_one_node.py script
am trying to use the discover_one_node.py script provided at GitHub - solarwinds/orionsdk-python: Python client for interacting with the SolarWinds Orion API but am getting this error when i run it:...
View ArticleAutomatically Windows Server added in Monitoring.
Hi, We don't monitor Servers in Solarwinds, but after seeing this log its looking that Solarwinds automatically started monitoring servers, can anyone suggest how is it possible. Regards,Sugreev
View ArticleList resources/volumes for agent managed nodes via SWIS API (Powershell)
Hi all, I work in an business which is too locked down for WMI, thus we use agents for virtually everything. I'm working on automating the node creation, agent install, volume and interface discovery...
View ArticleQuery nodes based on custom property
Hello, Is there any way to query the Orion nodes with all the custom properties? Thanks.CluM09
View ArticleOrionSDK-Python: Sample query.py throwing error KeyError: 'nodeID'
I have been using Orion SDK for long time to run SWQL queries but trying to use Python for first time.After installing Python (Python 3.7.4) and getting required packages, when I try to run the sample...
View ArticleOrion.Engines.Pollers - What does this represent?
I've been doing a ton of clean-up and enhancements to our SolarWinds implementation here over the past year. Recently, I found a nice SolarWinds poller statistics display that I lightly modified for my...
View ArticleWhere are the details of Auto Discovered Volumes Stored?
When I add a node using Orion SDK, as mentioned in (orionsdk-python/add_node.py at master · solarwinds/orionsdk-python · GitHub ), I am able to see my node under manage nodes page. When i click on...
View ArticleIssue with SWQL Alert trigger
Morning, I have been looking at our current alert setup and it appears that one has stopped working. The purpose of this is to alert if the node is down and part of our Production Environment (Custom...
View Article2019.4 - Automate List Resources
So we were looking for a way to automate list resources in our environment through PowerShell. We have a couple different projects going on that would benefit from this functionality. I found the...
View ArticlePowerShell to add interfaces to windows node
Hi Team, I am trying auto discover interfaces to windows node, but invoke query which I am using gives me error for windows which works fine for Linux node. Here is the detailsInvoke-swisverb...
View ArticleHow to Get a List of Down Devices and the Time They Went Down?
I have found several permutations of this question, but could never track down a solid answer for my specific question. I need to run an SQL Query via the reporting Resource. I am a network admin so my...
View ArticleHow do I add a value to an existing custom property when creating a node?
Hello. I'm using the Python SDK to create nodes and would like to add a value to an existing custom property. The property is "Department". I tried adding that to the properties dictionary that gets...
View Article