Forum Discussion
SCOM Availability report query
- Anonymous6 years ago
Thanks for trying to help, but no i was not looking for that.
For other people looking for availability i fixed it with this query:Select S.ManagedEntityMonitorRowId, S.DateTime, S.Date, S.InRedStateMilliseconds, S.InYellowStateMilliseconds, S.InGreenStateMilliseconds, S.InWhiteStateMilliseconds, S.InDisabledStateMilliseconds, S.InPlannedMaintenanceMilliseconds, S.InUnplannedMaintenanceMilliseconds, S.HealthServiceUnavailableMilliseconds FROM [OperationsManagerDW].[dbo].[vStateDailyFull] SAnd ofcourse added some magic making sure i had the correct names etc and not the cryptic id's 🙂
Hi Anonymous ,
Sorry for that, but we did not familiar with the SCOM, are you meaning something like the report in this showcase? https://powerbi.microsoft.com/en-us/partner-showcase/data-maru-inc-system-center-operation-manager-dashboard/
Best regards,
Thanks for trying to help, but no i was not looking for that.
For other people looking for availability i fixed it with this query:
Select
S.ManagedEntityMonitorRowId,
S.DateTime,
S.Date,
S.InRedStateMilliseconds,
S.InYellowStateMilliseconds,
S.InGreenStateMilliseconds,
S.InWhiteStateMilliseconds,
S.InDisabledStateMilliseconds,
S.InPlannedMaintenanceMilliseconds,
S.InUnplannedMaintenanceMilliseconds,
S.HealthServiceUnavailableMilliseconds
FROM [OperationsManagerDW].[dbo].[vStateDailyFull] SAnd ofcourse added some magic making sure i had the correct names etc and not the cryptic id's 🙂
- dampal3 years agoNew Member
Hi!
I'm trying to do that report with Power Bi, but the query take a lot of time to complete. Do you have a new version of the query?
- Deb_1233 years agoNew Member
Hi. Just stumbled across this post. Do you know how can I modify the query so that I can get the info extracted hourly instead of daily?