-
Re: Prevent component from turning application/template red even when down
You may be better off splitting them into 2 templates, 1 with A and B, 1 with just C. You can configure an advanced alert to exclude triggering on template of A and B, but still get their metrics ove…2 -
Re: The secret lives of web-based reports
It should be noted that depending on the complexity of your report, the clipboard my truncate it. To get around that, simply save the results from SQL to a text file, then rename that file back to XM…1 -
Re: Information in Alert emails
It sounds like you created an email action, but did not change the default message. Edit Alert -> Trigger Actions -> Select the email action -> Edit Selected Action -> Message. Fill the S…2 -
Re: Report for Unmanaged Applications
So you want a SQL for just applications that have been Unmanaged DIRECTLY, not those that become Unmanaged as teh result of the entire NODE getting Unmanaged, right? If so, here you go. select * from…1 -
Re: Is there way to monitor how long a process is running?
Check out Mike Driskell's power shell template for longest process run time. You may be able to wrap a threshold around it to trigger when over a certain limit. https://thwack.solarwinds.com/doc…2
