Get the latest news about SolarWinds Server
Hi folks, I think I know the answer to this question already, but because of the way we use Solarwinds I'll ask it anyway. Our Solarwinds install is used to monitor customer's estates as part of a managed service, as well as our own devices. I'm looking into the possibility of creating a dashboard for a customer so they…
We upgraded to the 2022.4 platfrom from 2020.2.6 (had all of the hotfixes applied). Post upgrade we noticed some failurs on our PowerShell monitors. We received the error: PowerShell script error. Starting a command on the remote server failed with the following error message : Access is denied. For more information, see…
Hi, My question is related to the following question from the forum that is now closed, hence this new question. Here is the link to the original: Where is "Multiple Statistics Data" historical data in SWQL? I have a brand new SAM install I built last week, so everything is latest and greatest (2023.2). One of the…
Hi, I'm looking for a way to generate a report of SAM applications without assigned alerts. Is it possible?
I am looking to create my first SAM Template, using Powershell. The command I am looking at using is (Get-NetTCPConnection -state timewait).count wanting to return warning if the value is above 100 wanting to return critical if the value is above 200 $Status = (Get-NetTCPConnection -state timewait).count IF…
I know a handful of us have ran into an issue with the legacy mode settings and powershell. From what support has informed me, legacy mode is utilzing the account "nt authority\system" when the powershell monitor is set to local host mode. I haven't had a chance to fully confirm the setting against local or remote host…
I am using the "Linux File Permission Monitor" to monitor the permission changes of files. The documentation shows an example of permission changes to "/etc/passwd". How can I monitor if the files being monitored are being created with different names? The "filename" are all different: EX: filename.D020524.T180007.log.gz…
Fun one off issue that I am not sure if it is the node or the monitor. I have a PS monitor setup to check a folder for the existence of an XLS file. I have a Prod and Stage instance of this monitor that is setup on Prod and Stage servers. The monitors are setup identical the only difference is the name of the monitor. Both…
Join our product managers for an intimate look at Hybrid Cloud Observability, February 26. Here's some of what you can look forward to: * Seamless Upgrades: Learn just how easy it is to: try out Hybrid Cloud Observability, how to upgrade from your existing SolarWinds modules, and how surprisingly familiar it is. * Why…
There was a need to view the status of all databases monitored by AppInsight for SQL. Here a query which will do just that: SELECT a.Node.Caption as [Node] ,concat('/Orion/images/StatusIcons/Small-',a.node.StatusIcon) AS [_IconFor_Node] ,a.node.DetailsUrl as [_LinkFor_Node] ,a.name as [Instance]…
It looks like you're new here. Sign in or register to get started.