Background:
About 5 years ago this post appeared: https://thwack.solarwinds.com/product-forums/the-orion-platform/f/alert-lab/10442/alert-on-agents-not-responding/188970#188970 and it referenced some queries you could run to determine when a server was not able to be polled for data. It used CPU data to basically look for "no more CPU data is coming in" and with some work you could make an alert in Orion if the server in question had not posted (had collected) CPU data in some time (I custom tuned my query for several hours, to allow for server work/booting/normal downtime so my exact query is not in the link above).
I am making a new post for this question as for some reason people really get miffed when you reply to an "old post" and resurrect it. To me "old" isn't 2 years old...but I digress...
Recently, some of my reporting/alerting/queries started failing. It appears the 'CPULoad_Detail' table in the Orion database no longer exists that was referenced in the above link.
Question: Is there a new or updated query (like the ones in the URL above) to detect when nodes are not able to be pulled for data or a specific statistic?
Using a query to detect CPU data "missing" appeared to work very well as at times other statistics would report stats (like interfaces) but CPU and often memory would not. Additionally sometimes there are issues with the server where the IP address "pings" but data is not able to be collected. It's usually a WMI issue, or something impacting WMI, but also sometimes DNS/IP changes, etc where the IP responded to ICMP Ping to a different host using that IP that Orion could not pull data from.