The most recent content from our members.
We just recently upgraded from 2020.2.6 to 2023.1.1 and I noticed that after the upgrade, our powershell monitors are flickering between up and unknown statuses, almost every hour. When I test the component/script on the application details page, it always works. I haven't seen any recent posts about this, but I'm pretty…
I've run up against a seeming unmovable wall while using PoSh based component monitors and I'm seeking some THWACK knowledge. Here's the situation. I have several application templates that use Windows PoSh monitoring components. The Application templates used to work great. But now they don't work at all. The components…
Just getting this out there for folks to benefit from... this query could use some more love, but the nuts and bolts are there to get you started. Just simply edit the last lines for the text you're searching for and you're off to the races... Edit 04/08/2021: I realized my original SWQL was littered with issues so much so…
I'd like to make some security improvements for my Solarwinds and infrastructure at all. We have a bunch of templates with PowerShell components with "RemoteHost" Execution Mode. But now not all of them has "Use HTTPS Protocol" checked. So I want to track all these non-https RemoteHost components, but dunno how. Tried this…
Greetings. I've used the Solarwinds SAM product for about a year. Question: how to use data collected by an application component monitor in, for example, a custom table? Example: Let's say I have 4 Windows Domain Controllers - DC1, DC2, DC3, DC4 . Build a custom component monitor to pull, say "LDAP Searches Per Second".…
Hello, We have a PowerShell monitor set up to run an exe. We have PowerShell returning numerical codes based on result. The monitor appears to work correctly. We have an alert set up to monitor the PowerShell Monitor component for a few servers using this alert. The team has asked to see either the code that is generated…
This is an odd issue, but fully verified. I've upgraded some of my Additional Polling Engine VMs to Windows 2016. After doing so, I found that Powershell script monitors that I had been running previously mysteriously began to fail with errors when polling out of those APEs. However, the same script continued to work on…
I am using template from https://www.andersrodland.com/working-with-odbc-connections-in-powershell/ $Error.Clear(); function Get-ODBC-Data{ param( [string]$query=$('select count(*) from [master].[sys].[table_name]'), [string]$username='db username', [string]$password='db password' ) $conn = New-Object…
Hi, I have compiled a PowerShell script that adds a new node to Orion with required properties. What I am missing in the script is the part to add volumes. I would like to be able to add C:\ and E:\ drive for Windows nodes and / and /car for Linux nodes. Here is my script, I would appreciated if someone would point me in…
Hello, in looking for how to better track Citrix, I setup this simple script to monitor MIn, Max, Ave for BrokeringDuration and EstablishmentDuration in the previous 30 minutes. I haven't been able to figure out how to get Solarwinds to track the durations of the various startup Phases, and if anyone has any suggestions…
It looks like you're new here. Sign in or register to get started.