Share via


ClientMonitoringSettings Class

 

Applies To: Operations Manager for System Center 2012

Contains the client monitoring settings and allows you to enable and disable agentless exception monitoring (AEM).

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.ClientMonitoringSettings

Syntax

public class ClientMonitoringSettings
public ref class ClientMonitoringSettings 
type ClientMonitoringSettings = class end
Public Class ClientMonitoringSettings

Methods

Name Description
System_CAPS_pubmethod ChangeAemTransmissionSettings(ManagementServer, Boolean, Boolean)

Changes AEM transmission settings if AEM is already enabled.

System_CAPS_pubmethod ChangeCabKeepDays(ManagementServer, Int32)

Changes the default number of days to keep .cab files on the file share.

System_CAPS_pubmethod ChangeGroomPeriod(ManagementServer, Int32)

Changes the default number of days to keep error groups and managed entities in the database.

System_CAPS_pubmethod ChangeStatusFileKeepDays(ManagementServer, Int32)

Changes the number of days to keep status files on a file share.

System_CAPS_pubmethod CreateFileShare(AemSettings, WindowsTaskCredentials, AemTaskStatusCallback)

Creates a local file share on a Management Server.

System_CAPS_pubmethod DisableAem(ManagementServer)

Disables AEM on the specified Management Server.

System_CAPS_pubmethod DisableSqm(ManagementServer)

Disables SQM on a given Management Server.

System_CAPS_pubmethod EnableClientMonitoring(AemSettings, SqmSettings)

Deploys agentless exception monitoring (AEM).

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsAemEnabled(ManagementServer)

Determines whether AEM is enabled on a given Management Server.

System_CAPS_pubmethod IsSqmEnabled(ManagementServer)

Determines whether SQM is enabled on a given Management Server.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top