I'm trying to come up with an alert that will notify me when the agent stops responding to SolarWinds (or stops sending data to SolarWinds). First a bit of background: I have a customer with 500+ agents and they have had numerous issues with the agents stop responding. Fixes have included reinstalling the agents,…
Here is an interesting one to think about. I need to look into a way of adding advanced logic to "Thin AP Down" alerts to create a smarter system then the "out-the-box" alert... I am currently looking into the SWQL but not having much luck. The environment has lots of AP's and most are connected to more than 1 controller…
I have a very basic concept that I need to understand. The Alert Evaluation Frequency interval is the interval the SQL Database is queried, so that should be equal to or greater than the polling interval. So my polling interval is 2 minute. It would do no good to have an Alert Evaluation Frequency interval of 1 minute. Is…
$eCerts = Get-ChildItem -Path cert:\LocalMachine -Recurse -ExpiringInDays 90 Write-Host "Statistic:" $eCerts.Count Write-Host "Message:" $eCerts.SerialNumber $eCerts.NotAfter $eCerts.Subject Exit 0 Above is the script which runs fine and returns expected results in the script editor and on the remote server. Testing is…
Hi all, I am trying to setup an alert trigger to stop a service in case the CPU is running at 100% for more then 15 minutes. The external program to execute command i am trying is : powershell stop-Service -InputObject $(Get-Service -Computer computer1 -Name "service name") If i check the alert event it shows that the…
How will I know if the client is using an SSD storage device? Is there a way to configure NCentral to scan what kind of storage they are using?.
I am trying to create an alert that will alert me when two Component Statistic Data values are different. I have created a Linux/unix script that returns a integer value lets say "6" and another that returns a value of "7". If I look at the node it is attached to it shows both numbers under statistical data. I cannot find…
It's easier than it seems like it would be, but more cludgey than it needs to be. Monitor the / drive on your EX and when it is down and no longer responding -- but the device is up -- you're on your backup image. Why? Juniper mounts a different partition as the / drive on it's different images. Usually they are…
Hello! I'm trying to configure a custom alert that specifically alerts on two UnDPs that I configured for the following MIBs: * environmentInputPower1 INTEGER, -> .1.3.6.1.4.1.2634.1.200.10.1.22.1 * environmentInputPower2 INTEGER, -> .1.3.6.1.4.1.2634.1.200.10.1.23.1 This is for WTI devices that have input power sources. I…
Attempting to build an alert that looks first at the BGP Idle status, then checks if the related interface is a custom property of WAN=Y and Interface Operational Status is = Up with Interface Admin status = Up One would assume this is simple within the web Alert Manager, but try it, its not... Once you switch from the…
It looks like you're new here. Sign in or register to get started.