With the recent issues with Orion, I only have access to the database. I need to create a sql query to report each of my nodes, the total time they were monitored in 2020, and the uptime for the same period. For example:
Node Total Avail Total Uptime
Server1 8760 8672
Server2 ...... ........
From there, I can do the rest manually. A simple query that I can export to csv will do the trick, but since I don't know the database structure, I'm having issues.
A little assistance please?