Hi, We are a very small team and we use SolarWinds. Now, we want to setup SMS alerts, where our team members can get alerts over SMS. We do not need any Incident response or any big things. We just want to get SMS alerts with some of alert details that is all. I tried to search for services like this but most of them…
Hi, I've noticed over the years that different administrators have different procedures for adding nodes into our SolarWinds environment. The correct way is to add in the nodes IP address and SNMP polls the node for it's configured hostname. Some administrators have been manually putting in the name, which remains the name…
Hi - need some swql for a KPI Widget for the number of component being seen in a warning or critical state and including "CustomProperties.CoreProductionSystem = YES" - thanks
There are multiple pending PRs that fix open issues, and no maintainers seem to be responding. https://github.com/solarwinds/orionsdk-python/pulls Has Solarwinds been abandoning the community use of the API, at least from Python? Should this github repository (which is owned by Solarwinds' organization) be…
select n.caption as [Node] ,n.detailsurl as [_linkfor_Node] ,'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node] ,n.ip_address as [IP Address] ,n.detailsurl as [_linkfor_IP Address] ,n.statusdescription as [Status Description] ,n.objectsubtype as [Collection Type] ,e.servername ,n.statcollection as…
This is what is what was sent to me. Since Im not a SQWL guy, I don't think that I have this set up correctly. This is to create a hurricane report showing the number of operations cable modems and their corresponding NODE and interface name with in the Arris E6000. NEED SOME HELP!!!!! SELECT Nodes.Caption AS E6000,…
Maybe someone has done this.....I hope. I'm looking to build a SWQL query to show my Orion.Credential list JOIN(ed) to my Orion.APM list so I can determine if there are unused credentials in the library. What I can't find is some type of common link to reference the INNER JOIN statement. Any thoughts? Or, even better, has…
I'm encountering an issue with SolarWinds NPM where node captions are being overwritten during rediscovery. Current Setup: Using SWIS API to create nodes with specific IP addresses and Caption Problem: When SolarWinds performs node rediscovery, it automatically overwrites the Caption with the device's sysName.…
Hi, We are running 2025.1.1, I need help about the accessing the custom views in solarwindsorion database using API? I created few custom views in the orion database but unable to access it using API and throwing out the error with not in the catalog. Can someone assist me is there any workaround to access these custom…
It took me some time to work out how to use ExecuteSQL from the orionsdk python module. To save someone else the pain - here are some examples on how to use it properly.in python. from pprint import pprint # disables warnings about invalid certificates if you # have a self signed certificate import urllib3…
It looks like you're new here. Sign in or register to get started.