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

Re: Want to prepare and send daily node down report with the event time from NPM

$
0
0

This should get you pointed in the right direction:

 

select  caption,  max(eventtime) as 'last time down',  message
from nodes
join events on nodeid = networknode
where eventtype = 1
and status = 2
and (eventtime > (getdate()-1) )
group by caption, message

 

 

- ZackM

http://www.loop1systems.com


Viewing all articles
Browse latest Browse all 20607

Trending Articles



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