Hi All, Please, I need some assistance with creating a dashboard that displays some temperature data for my servers. I am a little new to SQL, so please pardon my errors. Thank you for your assistance. SWSQL Code Below SELECT COUNT(1) AS Value, CASE WHEN Value< 17 THEN 'Host Temp Cold' WHEN Value> 27 THEN 'Host temp HOT'…
I am new to SWQL and it was hard for me to find documentation for dates in SWQL. What I want to achieve is to get availability of the nodes in a certain amount of time, for example for the last month. This part I managed to do. But I also want to specify the hours from which records should be selected, for example from 8am…
After upgrading to solarwinds platform 2023.3.1 from 2020.2.6 the python SDK cannot connect to SWIS (powershell clients work just fine still). The error we are getting is "requests.exceptions.ConnectionError: HTTPSConnectionPool(host='our_ip_address', port=17777): Max retries exceeded with url:…
Hello, I was curious if Swis Powershell supports/works well with Multithreading? I use poshrsjob module to perform the multithreading, and I tried using it yesterday in a fairly simple way to update a status on a bunch of interfaces, but it seems to take a really long time. I'll share my code below. #=================…
Hello, How do I create a Query for SSL on specific server? I need : 1.Display name of Node 2. SSL cert name 3. Expiration date 4. Days till Expiration
Hoping I can get some insight on an issue I am running in to. I am using powershell and the swis module to automate several tasks in regards to creating a new node. Everything seems to work properly for me, however despite me adding a new volume (fixed disk), it doesn't automatically check that box under "List Resources" I…
Hi, Does anybody have an example on how to create a node via API with SNMPv3 credentials? Not looking into Network discovery, just the regular way. I haven't have any luck. Thanks in advance.
I have used below in the where clause, but it is not pulling the right data set. nodes.LastBoot >= GetUTCDATE() - 180
Id like to change a node details poller via the API with a Python script. Does anyone know if this can be done and if so how? I saw a post from about 5 or 6 years ago saying it couldnt, but wondered if its possible now? Thanks
Hello Everybody. Currently im creating discoveryprofiles using the python orionsdk, we have a lot of customers with each having their own snmp community so im making a discoveryprofile for every customer and then i put their device ip's in the profile. Now is it possible to edit\update the profile to add\remove ip's and…
It looks like you're new here. Sign in or register to get started.