Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 22513

Does SWIS map to dbo.AlertLog so I can see logged alert actions by SWQL?

$
0
0

Something akin to:

 

SELECT TOP 100

DATEADD(mi, DATEDIFF(mi, GETUTCDATE(), GETDATE()), a.LogDateTime)

       AS ColumnInLocalTime

, d.AlertName

, a.ObjectType

, a.ObjectName

, a.ActionType

, a.Message

, '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N%3a' + a.ObjectID AS [DetailsURL]

FROM Orion.dbo.AlertLog a

INNER JOIN Orion.dbo.AlertDefinitions d on d.AlertDefID = a.AlertDefID

ORDER BY a.LogDateTime desc


Viewing all articles
Browse latest Browse all 22513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>