Get the latest news about SolarWinds Server
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]…
I am having a service which runs in clustered fashion on 2 servers and is active on 1 server only at a given moment of time. I need to trigger alert only in case when the service is down on both the servers. If its down on one server and running on another server, i dont want alert to be triggered. I have created below…
We have an application with over 2 dozen Windows services. We need to send an alert if any of these services go down. We don’t want to restart them because we need to investigate when the service(s) stopped. I have been testing with SQL server since it has only 4-5 services running at a time. I have test Application…
Hello, I need to manage some services on a redhat server such as apache2 / tomcatWEB I'd like to use SAM to check the status of these services. But i can only find the running processes, Thank you for your help
We want to monitor when DNS is timing out on the non DNS servers. Initially we want to use the DNS User Experience Monitor template, however, our Microsoft team rejected the idea as allowing port 53 will potentially expose the non DNS server to DNS related traffic. Is there any other way to monitor nslookup failure other…
It looks like you're new here. Sign in or register to get started.