I would like to configure an alert that triggers when any Windows service on a monitored server is restarted. I'm not talking about executing an alert action to restart a service (though this alert would fire when that happens), but I need to know when and hopefully who restarts a Windows service. Would this be done as an…
Hi i need to add an email to be notified on alerts. Where in settings can i do this.
I would like to create an alert that would when the LATENCY CRITICAL Threshold is breached. These are the setting for the IP SLA. How would this be possible? For example The IP SLA Latency reports 268 ms that would trigger an alert because it is greater then the critical level of 260 ms.
Hello, I have set Web Console Settings > STATUS ROLLUP MODE to "Show Worst Status" to show when a Node has any component, application, interface or volume in a status other than up. This was for the dashboard we setup by use of Groups. All Nodes do have a co-responding custom field set for the associated group name. The…
Either I have a misunderstanding, or something didn't work right. For the record, this is my version:Orion Platform HF1, SRM, IPAM HF1, SAM, SCM HF1, DPAIM, NCM, VMAN, Toolset, NPM, NTA: 2019.4 I have a custom property "NodeUsedFor" where we set values for production, test, development, etc. We needed to put business hours…
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…
It looks like you're new here. Sign in or register to get started.