Hi there, I would like to understand the feasibility of automatic onboarding of Network devices via SNMP V2 & SNMP V3, where the device info & credentials are present under a certain table in SolarWinds database itself. Is there a way that we can instruct the discovery to look for the data present in custom table or do we…
Anyone seen this before? I added a few hundred ICMP nodes to my solarwinds stack and they are showing unknown status.
Team, To display events summary on the custom widgets as the Top 10 events should display in CST time zone, I have created the below script but its not working. Please someone help on this. Thanks SELECT TOP 10 DATEADD(hour, -6, E.EventTime) AS [Time of Event], E.EventTypeProperties.Name AS [Event], E.Message AS [Message],…
In the properties of the Linux nodes in our environment, we manually disable WinRM when a new node is added. Is there a way to disable this via a script? I didn't see anything in SWQL Studio regarding WinRM. I imagine it doesn't technically matter if we leave it enabled seeing as how these are Linux nodes but it would be…
I think I posted this somewhere else, but I wanted to put it here so that it's easily accessible to all those interested in the Orion API and SDK Discussions. Table of Contents Preamble Doing the work in SWQL Studio Moving to PowerShell The Simple Step-by-Step Process Get PowerShell 7 Get the latest SolarWinds Information…
I'm creating an automation for adding nodes using direct REST API calls, and it seems that sysname and caption don't appear unless I poll and rediscover. My issue is that PollNow and RediscoverNow API don't seem to be working, while from GUI it the pool now and rediscover button work immediately. Could it be that i need…
Hello All, I'm trying to have a script to create Orion based accounts and have it basically working the only thing I can't find is where/what to set in order to set the MenuBars I want the user to be able to see ie hiding Cloud Menu bar etc where needed. Any guidance would be appreciated.
We're having an issue at the moment with false positives being generated for hardware sensors on interfaces that we're not monitoring. I want to write a python script that would check whether an interface is being monitored and, if not, disable the related hardware sensors on that interface. I've found the…
Hello Thwack Team, For the below working query - which works in custom swql dashboard resources and in swql studio, SELECT TOP 1 ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),0) as Field1, ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),1) as Field2, CONCAT(…
Hello, I have multiple subnets to create in Solarwinds (without using the GUI), some of them have more than 4096 IP Addresses and Solarwinds does not automatically populate IPs for them. The CRUD operations provided in the SDK allow me to create IPs but I get an error 400 if the same address is already present in DB, no…
It looks like you're new here. Sign in or register to get started.