Questions tagged [management-pack]

SCOM (System Center Operation Manager) management packs. Management packs typically contain monitoring settings for applications and services. After a management pack is imported into a management group, System Center 2012 – Operations Manager immediately begins monitoring objects based on default configurations and thresholds that are set by the management pack.

Each management pack can contain any or all of the following parts:

• Monitors, which direct an agent to track the state of various parts of a managed component.

• Rules, which direct an agent to collect performance and discovery data, send alerts and events, and more.

• Tasks, which define activities that can be executed by either the agent or the console.

• Knowledge, which provides textual advice to help operators diagnose and fix problems.

• Views, which offer customized user interfaces for monitoring and managing this component.

• Reports, which define specialized ways to report on information about this managed component.

• Object discoveries, which identify objects to be monitored.

• Run As profiles, which allow you to run different rules, tasks, monitors, or discoveries under different accounts on different computers.

Source: Microsoft Technet

9 questions
1
vote
1 answer

How to create SCOM management pack monitor with three states

I develop integration with SCOM. But I am a green hand in it. I have created management pack XML and it works fine. Please review management pack below:
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
1
vote
1 answer

Writing a Management Pack Discovery Script For A Custom MP

CONTEXT: Creating a custom management pack for SCOM[System Center]. Working on the script discovery stage presently. When ran, my script returns the required values from a rest endpoint exposed in json. ########### ## Authentication variables $user…
1
vote
2 answers

Integrating System Center Operation Manager [SCOM] with external monitoring tool [Application]

WHAT AM I TRYING TO ACHIEVE Synopsis: Trying to create an API or connector for an inhouse monitoring tool that integrates with SCOM [System Center/Microsoft System Operations Manager 2012]. Our tool has a restful page with all the necessary…
1
vote
1 answer

SCOM Trigger On Demand Discovery - DISCOVERY_NOT_FOUND

I am trying to use PowerShell Script in a management pack I am creating to trigger discovery automatically. I try using the PowerShell script described here in link: TaskId : ff34dc4f-2db3-1736-d9f2-6d85b539ff96 BatchId …
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
0
votes
1 answer

Can SCOM monitor an application which logs to a database

I have a number of legacy .Net C# applications - mostly running as Windows services. When they encounter error conditions, they write log information to a SQL database. So, for visibility, one would have to query the table, for rows with a…
Black Light
  • 2,358
  • 5
  • 27
  • 49
0
votes
1 answer

How to get Management Pack Bundle file information from SCOM?

I am using OperationsManager module to work with SCOM, I need to find the somemanagementpack.mpb file information from SCOM which is already imported in SCOM an than need to delete the same somemanagementpack.mpb file locally based on the…
Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50
0
votes
1 answer

SCOM Service UniMonitor with Dynamic AlertSeverity

I have defined a UnitMonitor of type CheckNTServiceStateMonitorType. The AlertSeverity of this Monitor depends on an attribute of the class being monitored, so it is dynamically specified. However, I I could find no way to set the AlertSeverity…
mh133
  • 135
  • 12
0
votes
1 answer

A task parameter as a drop down list

I am building a SCOM management package which adds a Task to some class. I could have defined a list of Task Parameters, each consisting of and Name and a Value. Is there any way I could set these Values to predefined Drop Down Lists to avoid typos?
mh133
  • 135
  • 12
0
votes
1 answer

OpsMgr 2012 agent installation fails with "One or more computers you are trying to manage are already in the process of being managed"

I am authoring a management pack in XML and using the authoring console in System Center. For testing the MP I created, I need to install agents on machines that have my distributed app running. SCOM Operations Manager 2012 agent installation fails…
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152