The most recent content from our members.
Our SQL DBAs want to monitor for a specific event in the Windows Event log which tracks failed login attempts. Windows Logs, Application Source: MSSQLSERVER Event ID: 18456 Task Category: Logon Message Example: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided.…
Configuring alerts for applications on servers and the time when the servers reboots to suppress the alarm. This works fine. But during testing. I disable a service during this window but after the window passes never get a email alert for the down service. Is there a way to have this retrigger so alerts for down services…
Greetings - I have created various Applications to monitor our Citrix Environment. The Monitors are up and working just fine. I have some questions about alerting on the components. I was using this to report on a down component which works fine but it sends out an alert for each component that is down.…
I am using below script to count the files in a directory with name RTLOG_$DATE but this script is not working in SAM Template, Can some help me to modify the script correct so that I can get the output correctly and use in SAM #!/usr/bin/perl use strict; use warnings; my $date = `date +\%Y\%m\%d`; chomp($date); my…
I'm checking to see if anyone has done anything creative on this scenario. Frequently we have server owners reboot servers and create a false positive "server down" alert. I know one option is to extend the time SW checks the servers online, but is there a way from either the windows server side or the SW side to mute an…
I think I have only used the "Alert can be triggered if" once in the past and now I am wondering if that one is working. Let me lay out a basic scenario and explain what I am seeing. The Goal: Trigger a single Alert if any or all of the Nodes are not responding to Orion. The Configuration : Outcome: If 1 of the 4 Nodes is…
Checking for this on agents seems ok, we are testing for 2x parts that occur when a reboot is required. I took the Windows Update Monitor and copied bits to meet our needs. 2 x SAM checks: $reg = test-path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending'; if ($reg) { write-host…
Seeing if anyone has a step by step on how to setup an alert condition on reboot loops please?
I am very new to SolarWinds and I have a question. Is it possible to monitor the internal JAVA runtime error "java.net.UnknownHostException" is found in the log files? Do we have a default template for the same in Manage Application Monitor Templates or do we need to create one? Thank you for any help! Best Regards Kishore
How do you reboot an Azure Server as an alert trigger action? It used to be that if I was running VMware, I could choose to reboot a server as an action in my trigger actions -- simply Add Action, choose Manage VM - Reboot. Done! Isn't the new Orion Azure Cloud enabled?
It looks like you're new here. Sign in or register to get started.