Friday, January 23, 2015

[OpsMgr 2012] Effective configuration dashboard : What Rule and Monitors are running on my server ? (#Dashboard #SCOM2012 #OpsMgr)

All SCOM professsionals have already been asked "What Rule and Monitors are running on my server ?" and there is no easy way to answer ! In SCOM 2007 there was a Resource kit "effective Configuration viewer" and for SCOM 2012, a new cmdlet has been introduced : Export-SCOMEffectiveMonitoringConfiguration but the result is not user friendly !

PS C:\> $Members = (Get-SCOMGroup –DisplayName "All Windows Computers").GetRelatedMonitoringObjects()
PS C:\> $Members | ForEach-Object { Export-SCOMEffectiveMonitoringConfiguration –Instance $_ -Path "C:\temp\$($_.DisplayName).csv" } –RecurseContainedObjects }



Thom Davis have studied the question and created a Dashboard. Here are the 2 articles that explain how it's made :



His Dashboard also is able to list :
  • Objects and classes on a selected computer
  • Active alerting Rules and Monitors for the selected computer
  • Active non-alerting Rules and Monitors for the selected computer
  • Non-active Rules and Monitors for the selected computer
Download is free here and you are invited to provide feedback, comments, suggestions and dialogue !

This posting is provided "AS IS" with no warranties.

No comments:

Post a Comment