The most recent content from our members.
We recently made the decision to rebuild our Orion instance from scratch (new servers, fresh install, new SQL instance). We did export the custom alerts from our old instance (2022.4.1). One of the alerts was created by someone that is no longer with the company. When the alert is triggered, we do not receive the correct…
Solarwinds seems to have many diverse products. My understanding is that Orion is not currently sold by Solarwinds? They seem to sell N-Central for RMM. I'm looking to use the SolarWinds Orion SDK, or the powershell module, or, at least perl, with the SWIS (SolarWinds Information System). 1. ) What products does or do…
Trying to get a swiss query to run and it does not like my where clause. Running it from the solarwindsServerName/.../swis.aspx web console. SELECT HostName, ExpirationDate, Manufacturer, Model, OSArchitecture, SerialNumber, WarrantyStatus FROM Orion.AssetInventory.NodeWarrantyAlert WHERE Manufacturer<>VMware,Inc also…
Introduction A long journey ended when the proper syntax was found (Thank you, Thwack community) to correlate certain SNMP traps received with other alert values. Here is a short guide on how to use traps in alerts within the GUI of SolarWinds NPM. In this example, I am receiving a "dying gasp" in SNMP from an…
I need to query Solarwinds but with Orion (V2) AD. Is there a way to specify Servery Type V2 versus whatever is default within my python code? The following is my Python code: from orionsdk import SwisClient username = "username" password = "password" server = "server" swis = SwisClient(server, username, password) results…
Looking to generate a table using SWQL that dynamically lists map URLs. I'm trying to use the Orion SWIS Query builder to get started, but I'm not even sure which entity to start looking under. Anyone have any insight?
Newbie here. I am running into an error creating a REST call in Python. Code snippet: headers = {'accept': 'application/json;odata=verbose'} server_url = "atlnpm01:15888/.../Query" data = '{"query":"SELECT, NODENAME, IPAddress, Caption, NodeDescription, Vendor, Location, Contact, FROM, Orion.Nodes ORDER BY NODENAME WITH…
Hi Twack! So I am having an issue where I cannot query a Node ID when I create a new Node through SWIS. Here is a snippet of the code that I am using.... #Create the Nodemy $response = $swis->Create("Orion.Nodes", $nodeproperties);$swis_response = $swis->QueryXml('SELECT NodeID from ORION.Nodes Where NodeName=@NodeName';,…
So, I'm trying to get a SWIS query going from powershell. The goal at first is to basically read data via SWIS and I'm using $cred = New-Object System.Management.Automation.PSCredential ($login, $pass)$swis = Connect-Swis -host $hostname -cred $cred to pass my password to the script and connect, no problems there. However,…
It looks like you're new here. Sign in or register to get started.