Category Archives: Management Pack Authoring

SCOM Maintenance Mode Tool

Posted in Management Pack Authoring | Leave a comment

Mantenance Mode Tool

Hey Everyone, There have been multiple requests for new features / tweaks in this project. I have converted it into a codeplex project and might be able to devote some more development time to it soon. I have not been … Continue reading

Posted in Management Pack Authoring | 1 Comment

SCOM Maintenance Mode Tool – SP1 Version

Hey Everyone.  I have finished the update to the tool to let it work with SP1 environments.  The problem had to do with the way that I can query SCOM for objects.  In R2 I can pull back only objects … Continue reading

Posted in Management Pack Authoring | 4 Comments

SCOM Maintenance Mode Tool – Update

Wow people are using the tool!  Since people have started using it in their environments I have been getting great feedback, please keep it coming! Lessons Learned: The tool does indeed require .Net 3.5 (the .DLL complained of this when … Continue reading

Posted in Management Pack Authoring | 2 Comments

Adding A Basic PowerShell recovery to a Monitor

This blog post is in response to a comment from Stephen.  He tried to use my blog post on Adding a Restart Recovery to a Service Monitor  in order to restart the winmgmt service.  The problem is that this script … Continue reading

Posted in Management Pack Authoring, Scripting | Tagged , , | 5 Comments

PowerShell Based Monitoring – Monitoring all Services on a Box

So I just saw a post on System Center Central asking about PowerShell based discoveries and asking for help.  As I just went through this (ended up having to ask our PFE for an example) I figured I would blog … Continue reading

Posted in Management Pack Authoring | 1 Comment

A PowerShell Monitor for ‘Leaky Processes’ (Part IV Implementing the Monitor)

Now that we have created the Custom Composite monitor using it is just like using any other type of monitor.  So, generically when implementing a monitor you have two choices:   Put it on a pre-existing class (default disabled, enable … Continue reading

Posted in Management Pack Authoring | 2 Comments

A PowerShell Monitor for ‘Leaky Processes’ (Part III Monitor Type Design)

So now we are to the point where we can make a monitor type for our shiny new data source.  We can then use this in an actual monitor and start monitoring for this condition on servers! Step 1:  Create … Continue reading

Posted in Management Pack Authoring | 2 Comments

Basic Performance Metric Collection for Group

Step 1:  Open SCOM Operator’s Console Step 2:  Go to the Authoring Tab Step 3:  Create New Rule

Posted in Generic SCOM Information, Management Pack Authoring | 5 Comments

Basic Creation and Discovery of a Class for Monitoring a Service

Simple definition of a Class:  Something you want to know information about and monitor things about. Examples of Information you may want to know What servers is this ‘class’ available on? (Discovery) What version of the ‘class’ Where are the … Continue reading

Posted in Generic SCOM Information, Management Pack Authoring | Leave a comment