Im trying to get SCOM performance monitoring data into Excel for a dashboard view using Power Pivot.
with 1500 managed servers, queries to average data every 5 minutes would be too much data for client side.
do the views for SCOM Monitors already exist in the OM DB, or do i need to re-create the SQL views, and run select statements on that in excel ?
I want to monitor CPU Util%, Free Memory % and Free Disk % for all managed servers, with an average of all collections every 5 minutes. - that data can then truncate every 5 minutes when it re-runs to give me a "live" dashboard which i will then use conditional formatting on. Are there any sample queries out there I could edit ?