I have released a management pack which will monitor SQL Mirroring on SQL 2012, 2014, 2016, 2017, and 2019. Quick download: https://github.com/thekevinholman/Microsoft.SQLServer.Windows.Mirroring SQL mirroring has been deprecated, in favor of using Always On. However, as customers migrated to the SQL Server Version Agnostic Management pack for monitoring SQL DB engines,…
Ok, this is not really simple. This article is about some more complex MP Authoring modules…. reader beware. Sometimes when authoring MP’s, you want to take a value and change it using math. Possibly dividing by 1000 to change KB to MB, or multiplying times 100 to make a fraction…
KB Article for OpsMgr New Features Download from Catalog Download for the NEW Simplified Management Server Update Download Updated UNIX/Linux Management Packs Recommended hotfix page New Features: Change tracking for management packs Improvements in scheduled maintenance mode Favorite reports in web console Support for folders in monitoring view of web…
Most people do not realize this is even possible. Many times alerts are generated from sealed management packs, and SCOM Admins wish they could change the Alert Name, or the Alert Description. Another common scenario, is that sometimes a monitor is designed by the MP author to change state only,…
Below you will find a security account matrix for SCOM 2019, that includes all the common service and security accounts in SCOM, and their default or recommended permissions. This includes the management servers, the database servers, SQL Role permissions, and database mappings. You can use this to correct deployments where…
QuickDownload: https://github.com/thekevinholman/IBMMQMP This is a Management Pack that will discover and monitor IBM MQ / IBM WebSphere MQ servers on Windows. Discovers and monitors: MQ Server (Service Running) Queue Managers (Status) Queues (Status, Queue Depth, Queue Percent Used, IPROCS, OPROCS) Listeners (Status, Sessions) Channels (Status) This is loosely based on…
Quick Download: https://github.com/thekevinholman/AzureVMMP This is a SCOM MP that will discover if your VM is running in Azure, and if so, pull back some interesting and useful properties for grouping, if needed. You can create SCOM groups based on Azure location, resource group, tags, subscription, etc. You can read more…
This is a common issue…. you have a SCOM environment with a LOT of old Management Packs, and you would like to clean it out, but how do you know which MP’s aren’t being used anymore? The BEST practice is to ensure every MP has a representative owner in your…
This is a very common request. Perhaps you have an application that you discover and monitor, and the application owner wants specific overrides for the disks related to that application. Initially, this seems really hard, because there is no direct relationship between an application on a server, and disks on…
I have had to use this a few times for customers so I thought I might publish it. Comes in handy when managing alerts from cluster objects and associating them with a physical node, or when extending computer properties. # Get Virtual Servers Array $VirtualServers = Get-SCOMClass -name ‘Microsoft.Windows.Cluster.VirtualServer’…