As the title says I have Out-Of-The-Box alerts that are disabled and still triggering. What's wrong?
Are you sure that is the alert that is sending emails? There are a number of OOB alerts with pretty generic emails.
I would try to look at my Active Alerts resource, or even my historical event log in the Message Center, to see if I could correlate the email times with any alert trigger times.
You could also run this in the Database Manager to see a quick view of all the alerts that have fired in the last day and what action (if any) they took.
SELECTCONVERT(CHAR(20), TimeStamp,100) 'Time Stamp',Name 'Alert Name',EventTypeWord 'Event Type',ActionTypeID 'Action Type'FROM AlertHistoryViewWHERE TimeStamp > (GETDATE()-1)ORDER BY TimeStamp
-ZackM
Loop1 Systems: SolarWinds Training and Professional Services