How can I create a list of all enabled alerts for export as excel file.
Manage alerts allows me to sort by enabled, but i can not export this list. I can not find a report or way to create a report for this either, not that I am a report expert.
Want to review all the out-of-the-box alerts we have turned on before attempting https://thwack.solarwinds.com/t5/The-Orion-Platform-Documents/Disabling-quot-Canned-quot-Alerts/ta-p...
Solved! Go to Solution.
Here's a SWQL query that will return all enabled alerts. Just copy everything that's returned and throw it in excel.
SELECT AlertID, AlertMessage, AlertRefID, Name, Description, ObjectType, Enabled, Frequency, Trigger, Reset, Severity, NotifyEnabled, NotificationSettings, LastEdit, CreatedBy, Category, Canned, DisplayName, InstanceType, Uri, InstanceSiteId
FROM Orion.AlertConfigurations
where Enabled = True
Here's a SWQL query that will return all enabled alerts. Just copy everything that's returned and throw it in excel.
SELECT AlertID, AlertMessage, AlertRefID, Name, Description, ObjectType, Enabled, Frequency, Trigger, Reset, Severity, NotifyEnabled, NotificationSettings, LastEdit, CreatedBy, Category, Canned, DisplayName, InstanceType, Uri, InstanceSiteId
FROM Orion.AlertConfigurations
where Enabled = True
can you please help me getting trigered condition aswell.
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 150,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.