Applies To: Operations Manager for System Center 2012
Changes the default number of days to keep error groups and managed entities in the database.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void ChangeGroomPeriod(
    ManagementServer mgmtServer,
    int days
)
public:
void ChangeGroomPeriod(
    ManagementServer^ mgmtServer,
    int days
)
member ChangeGroomPeriod : 
        mgmtServer:ManagementServer *
        days:int -> unit
Public Sub ChangeGroomPeriod (
    mgmtServer As ManagementServer,
    days As Integer
)
Parameters
- mgmtServer 
 Type: Microsoft.EnterpriseManagement.Administration.ManagementServer- The Management Server where the database is located. 
- days 
 Type: System.Int32- The number of days to keep error groups and managed entities in the database. 
See Also
ClientMonitoringSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top