This is Part 1 in a multi-part series explained here: https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/ Step 1: Install a supported version of Visual Studio. Step 2: Install the VSAE components from https://www.microsoft.com/en-us/download/details.aspx?id=30169 Step 3: Open Visual Studio. File > New > Project Step 4: Pick the version you want to write for,…
I know what you are thinking. “Wait, what did he just say?” Well, hear me out. Over the years, there have been many tools that we have used to write MP’s. The SCOM UI Authoring tab, Notepad, XML Notepad, Notepad++, SCOM 2007R2 Authoring Console, Silect MP Author,…
By the way – if you want to get updates whenever I have a new blog post, or additional topics/highlights/discussions, follow me on twitter. @thekevinholman https://twitter.com/thekevinholman
Perhaps you have a special group of servers that are on poorly connected network segments, but most of your servers are in datacenters. You may want to set the default heartbeat interval higher for these specific agents, so they are less likely to create heartbeat failures. You can do this…
I had an interesting customer request recently – to monitor for a specific system file, and make SURE it is not a modified/threat file. You can use this as a simple example of a two-state timed script monitor (using vbscript) which demonstrates script arguments, logging, alerting, propertybag outputs, etc.…
Prior to SCOM 2012 R2 UR7, we had an issue where we did not groom out old data from the Event Parameter and Event Rule tables in the DW. This will show up as these tables growing quite large, especially the event parameter tables. They will never groom…
While there is built in monitoring for network devices in SCOM – there are scenarios where we want to create custom classes for specific network device types. Perhaps you want to create your own SNMP based polling monitors, and run them against specific network device types, such as a…
This is based on 6.6.4.0 version of the SQL MP First – understand the SQL MP discovers the following items: SQL Database SQL DB File Group SQL DB File SQL DB Log File The Database > hosts > DB File Group > hosts DB File. Also – the…
When we write scripts for SCOM workflows, we often log events as the output, for general logging, debug, or for the output as events to trigger other rules for alerting. One of the common things I need when logging, is the ability to write parameters to the event. This helps…
A common request I hear is the customer wants to monitor for events in a Windows Event log. That part is easy. We have simple event rules and monitors for that activity. However – what if the data in the event log needed to be parsed, or modified in some…