Health Services No Performance Data Recovery Rule

SCOMAdministrationAddOns.HealthServicesNoPerformanceDataRecoveryRule (Rule)

Description for the new rule

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction HealthServicesNoPerformanceDataRecovery Default

Source Code:

<Rule ID="SCOMAdministrationAddOns.HealthServicesNoPerformanceDataRecoveryRule" Target="SC!Microsoft.SystemCenter.AllManagementServersPool" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>43200</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="HealthServicesNoPerformanceDataRecovery">
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>