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 | |
---|---|---|
![]() |
ChangeAemTransmissionSettings(ManagementServer, Boolean, Boolean) | Changes AEM transmission settings if AEM is already enabled. |
![]() |
ChangeCabKeepDays(ManagementServer, Int32) | Changes the default number of days to keep .cab files on the file share. |
![]() |
ChangeGroomPeriod(ManagementServer, Int32) | Changes the default number of days to keep error groups and managed entities in the database. |
![]() |
ChangeStatusFileKeepDays(ManagementServer, Int32) | Changes the number of days to keep status files on a file share. |
![]() |
CreateFileShare(AemSettings, WindowsTaskCredentials, AemTaskStatusCallback) | Creates a local file share on a Management Server. |
![]() |
DisableAem(ManagementServer) | Disables AEM on the specified Management Server. |
![]() |
DisableSqm(ManagementServer) | Disables SQM on a given Management Server. |
![]() |
EnableClientMonitoring(AemSettings, SqmSettings) | Deploys agentless exception monitoring (AEM). |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IsAemEnabled(ManagementServer) | Determines whether AEM is enabled on a given Management Server. |
![]() |
IsSqmEnabled(ManagementServer) | Determines whether SQM is enabled on a given Management Server. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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