Reguła wycinania plików statusu i cab z modułu monitorowania klienta

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

Ta reguła okresowo wycina pliki cab i statusu z udziału plików w module monitorowania klienta.

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie do pielęgnacji plików cab i statusu z udziału plików w module monitorowania klienta. Nie należy zastępować tej zasady, ponieważ miałoby to niekorzystny wpływ na monitorowanie.

Przyczyny

Ta sekcja nie ma zastosowania do tego typu zasad.

Rozwiązania

Brak akcji użytkownika dla tego typu zasad.

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>