The most recent content from our members.
Hi, I know it's possible to pass credentials as an argument that is assigned to the component in a PowerShell script monitor. This way, I can use only one account in my PowerShell script. Is it possible to call other credentials from the SAM Credentials library? I would need at least three different account in the same…
We are working on configuring SQL Availability Group Health Monitoring using a PowerShell Script Monitor in SAM. Initially, the solution found here on THWACK was sufficient. However, we ran into an issue where we have multiple AGs running on a single instance, and each node is primary on a different AG. We need to be able…
Hello Everone , I am trying to monitor some log files. And I am using log parser (Powershell) template. For testing purpose I have created new log file under c:\ disk and i searched 'error' keyword and everything looks fine. In fact , I want to monitor logs under shared paths. My customer mounted on Solarwinds Server some…
Greetings. My organization runs on-premises MS Exchange, version 2016. Using Solarwinds SAM version 2023.4.2. I have a request to monitor Exchange Server Component States, as described in the following article: https://techcommunity.microsoft.com/t5/exchange-team-blog/server-component-states-in-exchange-2013/ba-p/591342 We…
I'm working with a Powershell script monitor. In this case pulling down some data from an Openshift Prometheus query. The query data comes back in JSON. I'm using the Powershell ConvertFrom-JSON command to create an array of Powershell objects to format for ingest into Solarwinds. The JSON conversion part works fine. My…
I have the following powershell script to monitor all automatic services on a server. It has exclusions for specific services and some that contain a part of a name. This script runs as expected if run directly on the server to be monitored. However if creating the component monitor in SAM it will always return the result…
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…
Hello - We have a need to check a folder on an SFTP server for the existence of a file. If the file is there monitor will be happy and not do anything. If the file is not there I need to send out an alert. I have not worked with using Solarwinds and PowerShell scripts so if anyone could direct me to some documentation they…
We have a PS script works fine in ISE, harvests some data from a web page regarding remaining days on a licence. we want to use the integer as the statistic value so we can set a warning and critical level in the template. the issue is we get 'Not Defined' for the statistic output, not sure what we are missing. $infourl =…
I've been given a request from an application team. With Solarwinds... * log into a specific URI, example: companyapp/.../somedata * pull back a date field from the /somedata directory (it's application license expiration date) * parse the data for # of days of license remaining * Solarwinds alert if # of days remaining is…
It looks like you're new here. Sign in or register to get started.