Silect MP Author Professional just added support for Visual studio fragments. If you didn’t get to attend the webinar on this – here is the recording.
MP Authoring just got really easy, and really FAST. Check out the video and see how using MP fragments can take your SCOM environment to a whole new level.
Link to recording: YouTube
Silect MP Author Pro: http://www.silect.com/mp-author-professional/
Kevin Holman’s Fragment Library: https://github.com/thekevinholman/FragmentLibrary
Using fragments in Visual Studio (Previous session) recording: YouTube
I’ve tried using the Free version but it is not compatible with System Center Orchestrator. Getting error that the MP is not valid.
You are going to have to be more specific. None of that has anything to do with scorch.
Hi Kevin,
I saw your Fragments videos and just bought MP Author Pro from Silect and really looking forward to trying this out.
Need some guidance:
So I started with this article:
https://kevinholman.com/2009/06/10/creating-custom-dynamic-computer-groups-based-on-registry-keys-on-agents/?unapproved=10056&moderation-hash=de5f2486407edb344f3bfe59dcc39e85#comment-10056
and you passed me the below:
https://kevinholman.com/2021/08/24/creating-groups-of-windows-computers-that-contain-an-application-or-application-property/
This is the one that has the Fragment that can do this already:
Class.Group.WindowsComputers.mpx
So far:
Have created Registry Keys for “Company Domain” (as we monitor several Domains), “Application” and “Priority” for all our Servers.
Questions:
Do I continue to follow through with this article “creating-custom-dynamic-computer-groups-based-on-registry-keys-on-agents” to create Groups using the Attribute, like create Attribute in SCOM as its own Class and SEAL etc or i stop there and just start using your Fragments “Class.Group.WindowsComputers.mpx” to start creating my Groups using my Registry Key for “Application”?
I see in your examples that you are using one “Service” monitor to be discovered and one process monitor etc – is it possible to keep adding multiple Service Monitor and Process fragments in this one MP?
Reason for asking is because I have 3 Servers (and more for other Apps) that comprise an Application:
Server 1 runs 3 Service named as below:
Apple Blue
Apple Red
Apple Green
Server 2:
Apple White
Apple Black
Apple Pink
Server 3:
Apple Purple
Apple Orange
Apple Yellow
Or is it possible to use Wildcard in these Fragments, like the name Apple.* or is there RegEx to be used to achieve this?
What is the purpose of the property? Are you creating an application class for targeting? Or just a property for creating groups?
Hi Kevin,
I would say both.
Application and Priority RegKeys get displayed on the SCOM console for every server when Discovery Target is changed to “my Extended Class”.
This is to help my Level One Support to identify the Application an Priority for a server alert and escalate accordingly.
Also, I created the “Application” regkey so i can Group Applications and put in Health Watchers for Application specific grouping, alerting and reporting as you have mentioned in your articles and MP Author video.