Quantcast
Channel: THWACK: Message List - Network Configuration Manager
Viewing all articles
Browse latest Browse all 8827

Re: Config not backed up in x days

$
0
0

Something like this?

 

SELECT  MAX(DayDiff(DownloadTime, GETUTCDATE())) AS DaysSince, NCA.NodeProperties.Nodes.Caption

FROM NCM.ConfigArchive NCA

GROUP BY NodeID, NCA.NodeProperties.Nodes.Caption

HAVING (MAX(DayDiff(DownloadTime, GETUTCDATE())) > 90)

ORDER BY DaysSince DESC, NCA.NodeProperties.Nodes.Caption

 

Just add it to a webpage by adding a Custom Query resource and putting this Query in there.   Or load it up with SWQL and execute it there.


Viewing all articles
Browse latest Browse all 8827

Trending Articles



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