Client Monitoring Cab and Status File(s) trimmer rule

Microsoft.SystemCenter.CM.AEM.Internal.CabAndStatusFileTrimmer (Rule)

This rule trims cabs and status files periodically from Client Monitoring file share.

Knowledge Base article:

Summary

This rule is used internally to groom cabs and status files periodically from Client Monitoring file share. This rule should not be overridden as it will have an adverse negative impact on monitoring.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
CategoryOperations
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
FSWA WriteAction Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Internal.CabAndStatusFileTrimmer" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Enabled="true" ConfirmDelivery="true">
<Category>Operations</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="FSWA" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA">
<FileShareConfiguration>
<Location>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/SharePath$</Location>
<Validate>false</Validate>
<PolicyTextUrl>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/PolicyResponseUrl$</PolicyTextUrl>
<TrimCabsNotTouchedInDays>90</TrimCabsNotTouchedInDays>
<TrimStatusFilesNotTouchedInDays>90</TrimStatusFilesNotTouchedInDays>
</FileShareConfiguration>
</WriteAction>
</WriteActions>
</Rule>