Quantcast
Channel: THWACK: All Content - Orion SDK
Viewing all articles
Browse latest Browse all 2677

Orion EOC SWQL Custom report

$
0
0

Hi, I am trying to create a dashboard with the swql of my SAM environment.  I am not sure if EOC has its own SWQL.  However I am not receiving the same out put in EOC that I am getting through SAM.

 

Any ideas would be great

 

 

 

example:

SELECT DISTINCT
Nodes.Caption as [DownNodes],
Nodes.detailsurl as [_linkfor_DownNodes],
'/Orion/images/StatusIcons/Small-' + tostring(Nodes.StatusIcon) AS [_IconFor_DownNodes]
,AlertActive.TriggeredDateTime

FROM Orion.AlertObjects (nolock=true) AlertObjects

INNER JOIN Orion.AlertActive (nolock=true) AlertActive ON AlertObjects.AlertObjectID=AlertActive.AlertObjectID

INNER JOIN Orion.Nodes (nolock=true) Nodes ON Nodes.Caption=AlertObjects.RelatedNodeCaption

    Where TriggeredMessage like '%is Down%' and TriggeredMessage not like '%tv%'
Order by TriggeredMessage


Viewing all articles
Browse latest Browse all 2677

Trending Articles



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