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

Re: SLA Groups Availabilty Reports

$
0
0

Are you looking for something more like this?

 

select
c.name as 'group name'
,n.caption as device
,round(avg(r.availability),2) as 'avg availability'
from Containermembersnapshots s
join containers c on c.containerid=s.containerid
join nodes n on s.entityid = n.nodeid
join responsetime r on r.nodeid=n.nodeid
where s.entitydisplayname = 'Node'
--change this number for how many days you need to go back in the report
and r.datetime > (getdate()-7)
group by n.caption, c.name
order by c.name, n.caption

 

 

-ZackM

Loop1 Systems: SolarWinds Training and Professional Services


Viewing all articles
Browse latest Browse all 20396

Trending Articles



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