Share via


WMI Classes for Supporting Non-Windows Systems

The following MOM WMI classes and members are included to support the creation of custom monitoring applications for non-Windows computers and other hardware devices.

WMI class or member Purpose
MSFT_Computer class Creates, adds, and manages computers that do not have a MOM agent.
MSFT_Script class Accesses script source code for running on non-Windows systems.
MSFT_ParameterEvent class, MSFT_Computer.InsertEventsIntoWorkflow method Creates performance data objects and submits them to the server running MOM on behalf of a computer that does not have a MOM agent.
MSFT_ParameterStatistic class, MSFT_Computer.InsertStatisticsIntoWorkflow method Create event objects and submits them to the server running MOM on behalf of a computer that does not have a MOM agent.
MSFT_Computer.UpdateContactTime method Sends a heartbeat for a computer that does not have a MOM agent.

For more information and code samples, see MOM WMI Classes.

See Using the MOM Connector Framework Class Library for more information about using .NET Web Services to integrate with MOM.