Hi everyone, Recently i've created some automation process with SAM where every time there is a new alert created on a 3rd party monitoring system (DynaTrace), a Powershell script which SAM is running will automatically create an Orion alert by modifying some base XML file and importing the new modified XML file as an…
Using VRealize to install agent on new vms with API but has stopped working after recent updates. Now when listing resources the installing agent screen displays and then works. If this manual process is not done all the plugins are never installed and monitoring is not completely setup correctly. This is the point of the…
I built this script to swap out an e-mail address in a couple of actions.. It looks like it runs successfully and Solarwinds SWQL Studio confirms that it changed. However, if I go to the action itself and look at it, it did not change. Is there something I am doing wrong here? (fairly new to scripting) Thanks!! def…
I have the following script that creates my missing groups in Orion: #Creating a table with sites creation needed: $GroupsToCreate = $allnbsites | Where-Object { $_.name -in $MissingGroups.DefinedEng } | Select-Object url, name, status, region, facility, physical_address, latitude, longitude foreach ($gtc in…
I would like to create a widget showing site to site vpn connections on our ASA firewall. I have this to list them with the firewall name: SELECT O.Caption, V.SourceIPAddress, V.SourceHostname, V.TargetIPAddress, V.TargetHostname, V.StartTime, V.Status, V.StatusDescription FROM Orion.VPN.L2LTunnel V JOIN Orion.Nodes O on…
Currently I am just trying to figure out how I can look for all X devices that are currently known in my network. I currently have a report that runs daily to get me the information but I would like to automate part of my daily routine. I found the SDK GIT but a lot of the scripts and examples are for management, not…
I can add a node in SolarWinds using python script. I also want to enable the NCM and update some fields as below How to do it in python script ? Thanks for your reply
The Description variable of Orion.Routing.Neighbors is not populated for any of our hundreds of routing neighbors. When I try to update this variable I am not allowed to. How is this variable populated, and is there a way that I can write to it? solarwinds.github.io/.../Orion.Routing.Neighbors.html
When I add a node and its pollers via orionsdk, all these resources are autodiscovered and I can see them in the web. How can I see this information via orionsdk? If I run a query to Orion.Volumes it comes back empty because the volumes are only listed and not added. Is there a way to see them before adding them? I'm…
Hi All, I need help for my custom swql, I want to add or change from utc to local time (GMT+7) and also do a filter to display certain devices using custom properties (such as DeviceCategory) into swql as below: SELECT ST.Nodes.Caption AS [Device] ,'/Orion/images/StatusIcons/Small-' + ST.Nodes.StatusIcon AS…
It looks like you're new here. Sign in or register to get started.