Accessing MOM Data

MOM exposes alert, event, computer, and performance data in several ways.

Source Data exposed Remotely Accessible?
MOM Connector Framework (V2)
  • Alerts
  • Alert history
  • Rule knowledge
  • Management Group Information
  • Service discovery (attributes, classes, instances, and relationships)
Yes
MOM Connector Framework
  • Alerts
  • Alert history
  • Rule knowledge
  • Management Group Information
Yes
MOM SQL views
  • Alerts
  • Events
  • Performance data
  • Computer groups
  • Computers
  • Computer attributes
Yes
MOM Management Server Class Library
  • Alerts
  • Alert history
  • Rule Groups
  • Rules
  • Rule knowledge
  • Rule Overrides
  • Events
  • Performance data
  • Computer groups
  • Computers
  • Computer Attributes
  • Scripts
  • Tasks
  • Management Group Information
  • Connectors
No
MOM WMI classes
  • Alerts
  • Alert history
  • Events
  • Performance data
  • Computer groups
  • Computers
  • Scripts
Yes

For performance reasons, the read-only MOM SQL views are recommended when accessing data. If you need to modify the properties of a MOM object, the MOM Connector Framework or MOM Management Server Class Library should be used.

Changes to the MOM databases, such as adding tables, views, or fields, or modifying security settings, are not supported.

Rules that run script responses have access to MOM information through the MOM Runtime Scripting objects. These objects can be used when creating simple, rule-based one-way connectors. The objects are not designed to be used outside of a MOM rule. Their use in external programs or scripts is not supported.

See Also

MOM Connector Framework (MCF) | Overview of MOM Connectors | MOM SQL Views | MOM WMI Classes | Runtime Scripting Objects