Trigger conditionAll trigger actionsWho's being notifiedOn Reset, who's being notified
I'm hoping that one already exists or that someone can lay it out for me. Usiing SWQL syntax. Thanks
.
(+) Enabled Alert Query Details - Reports - The Orion Platform - THWACK (solarwinds.com) Check this report out. I think this is the one I was looking for. I believe some of the actions were added to it.
this is not everything you wanted but it is what I found. I know that someone else posted a report this year that broke down the xml file with even more details.
All Configured Alerts Inventory Report - Reports - The Orion Platform - THWACK (solarwinds.com)
Here is a quick swql to grab actions and link them to alerts in swql.
Thanks, marcrobinson
This looks very promising! This is very close if not exactly what I' m looking for.
I have two questions:
What's the difference between Enabled and Enabled 1?
I'm assuming that it shows the action for all alerts can it be streamed lined to report only enabled alerts (shortens the report)?
I am assuming that the AS statement was not in the one of queries. If you have the same field from different entities in a query they will show up as Enabled, Enabled1. Try the following, enabled is reported on from two separate entities.
You get Enabled and IsAlertEnabled. Not doing this and created a web report will have you hating your keyboard as to which is which.
hmmm i dont see a where clause to look for only enabled alerts. Try this:
Note the where clause and that it is looking for enabled alerts in the ac (alertconfigurations) entity.