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