ClientMonitoringSettings Class

System Center
 

Updated: April 16, 2012

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)

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

public ref class ClientMonitoringSettings 

NameDescription
System_CAPS_pubmethodChangeAemTransmissionSettings(ManagementServer^, Boolean, Boolean)

Changes AEM transmission settings if AEM is already enabled.

System_CAPS_pubmethodChangeCabKeepDays(ManagementServer^, Int32)

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

System_CAPS_pubmethodChangeGroomPeriod(ManagementServer^, Int32)

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

System_CAPS_pubmethodChangeStatusFileKeepDays(ManagementServer^, Int32)

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

System_CAPS_pubmethodCreateFileShare(AemSettings^, WindowsTaskCredentials^, AemTaskStatusCallback^)

Creates a local file share on a Management Server.

System_CAPS_pubmethodDisableAem(ManagementServer^)

Disables AEM on the specified Management Server.

System_CAPS_pubmethodDisableSqm(ManagementServer^)

Disables SQM on a given Management Server.

System_CAPS_pubmethodEnableClientMonitoring(AemSettings^, SqmSettings^)

Deploys agentless exception monitoring (AEM).

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsAemEnabled(ManagementServer^)

Determines whether AEM is enabled on a given Management Server.

System_CAPS_pubmethodIsSqmEnabled(ManagementServer^)

Determines whether SQM is enabled on a given Management Server.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: