Questions tagged [solarwinds-orion]

35 questions
1
vote
2 answers

SQL Join is not working when adding a third value to SELECT

Slowly going insane wondering why my SQL query works with 2 SELECT variables, but not 3. This is being used in Solarwinds. SELECT TOP 20 ROUND(AVG(t1.Availability), 2) as Average_Availability, t2.Caption as Node_Name FROM Orion.ResponseTime t1 LEFT…
Connor
  • 13
  • 3
1
vote
0 answers

PowerShell access parameter value passed

I am running a external program on SolarWinds which calls PowerShell script and i am passing hostname as a parameter to my script . param( $hostname ) $hostname1 ="$($hostname)" $hostname1 |Out-File D:\hostname.txt output in hostname.txt…
1
vote
1 answer

VBScript Remote WMI Call "Error:0 'Permission denied: 'GetObject"

I am receiving the following error when trying to do a remote WMI call: Failed to parse the script. Error: Source:'Microsoft VBScript runtime error' Line 4 Char:1 Error:0 'Permission denied: 'GetObject'' If I run the following code pointing to my…
1
vote
0 answers

How do i grey out some stats in Google GeoChart that are not part of my alerting

I am using Google visualization GeoChart to color code US states based on quantity network alerts by state. I get these alerts through Solarwinds Orion where i have a custom Attribute of all my nodes assigned to a State. When the node goes down, it…
bavautoM5
  • 11
  • 1
1
vote
1 answer

Can you run quser with a PSCredential object?

Question I'm writing SolarWinds SAM script that can monitor logged in users on a remote machine. I wanted to use quser rather than a WMI/CIM based solution because quser provides exactly the data that i'm looking for. The kicker is that the…
Zam
  • 1,121
  • 10
  • 27
1
vote
2 answers

Solarwinds: custom alerts?

(I am actually not even sure how to ask my questions correctly after quite a few hours into it, so please forgive me if I am not very clear.) How do I set up a custom alert in SolarWinds? Example: add a new monitor to an existing node (say,…
kindzmarauli
  • 175
  • 8
1
vote
2 answers

join more than 2 tables using SWQL(SolarWinds Query Language) when there is no common field?

I am monitoring my node using SolarWinds Orion NPM (network performance monitoring). And I am using Orion SDK for getting alert information from SWIS (SolarWinds informarion Service) into vb.net console application. I am using some vb.net…
user200864
  • 11
  • 2
  • 5
0
votes
0 answers

In Solarwinds Orion, how to fetch the data related to the users from the orion database?

I want the info related to the database table in the Orion database that gives the data related to the users. The particular fields required of the user data are: a. Name: String b. Email: String c. Account Type: String d. Enabled: Boolean Yes/No e.…
0
votes
0 answers

How to fetch data from SolarWinds Access Right Manager product?

Currently, I am working on the SolarWinds ARM Product. I am supposed to fetch the data from the ARM and perform some functions on that data. In order to get that data, I tried to find the API Documentation, SDK of the SolarWinds ARM Product, but…
0
votes
0 answers

RestAPI JSON response via Javascript to html - no data populating

I have done Javascript and html 20yrs back and almost forgot howtos. So Please excuse me for ignorance. Also lot of things and syntax seems to have changed. My requirement: Pull server Data from Solarwinds API Put it in a Dual List Box with Search…
0
votes
0 answers

F5 integration with solarwinds

Heading How to integrate F5 with solarwinds can someone help me with steps and what parameters can be monitored through solarwinds of F5 device.
deepak rawat
  • 270
  • 1
  • 2
  • 9
0
votes
0 answers

How To Download Folder From SFTP Using Python's Paramiko

I'm able to download a specific file from my SFTP server using the code below. I'm unable to download an entire folder. I'd like to simply copy the folder from the SFTP server to my local server. I do not want to copy all the files individually…
Ericander1
  • 11
  • 3
0
votes
1 answer

How can i push logs from solarwinds SAM to view analytics using Azure monitor

I am trying to integrate solarwinds with azure monitor so that the az monitor could pull logs from the solarwinds and i could view telemetrics in SAM I could only find ways to use solarwinds to monitor azure monitor using AppOptics which is the…
0
votes
1 answer

PowerShell module installed manually. cmdlets found with help but not recognized when executed

I have a machine i would like to install a module on, specifically SwisPowerShell for working with SolarWinds. Internet is disabled on it so i cant use install-module, so i manually downloaded the .nupkg from another machine and went through the…
MG115
  • 23
  • 4
0
votes
1 answer

Unable to connect solar wind ARM with Windows Active Directory

I installed Active Directory on my Windows 2019 server. And setup local solar wind access resources manager on it but getting below error and unable to connect with arm server Error while connecting:
1
2 3