I had a neat little alert/report combo going that is now broken. I think it is due to the fact that the LastSystemUptimePollUtc variable has apparently been moved from the NodesData table to the NodesStatistics table in the 2019.4 database schema.
If so, I do not know how to construct a JOIN of those two tables.
Basically, what I am trying to do is have an alert that will change the value of a node custom property to "Yes" when a node has been down for a certain period of time. The report then simply lists the nodes that meet the criteria. I would also like to do something similar for interfaces that have not passed traffic for some period of time.
Anyone care to help? Much appreciated.