Select a.AlertName from AlertDefinitions a
Join ActionDefinitions d on a.AlertDefID = d.AlertDefID
Where d.ActionType = 'Email' and Parameter1 LIKE '%became unresponsive at%'
This query should help you identify the alert if it is an alert withing the SolarWinds Orion software.