Check for Updated Management Packs

Microsoft.SystemCenter.CheckForManagementPackUpdates (Rule)

Periodically checks the internet for new updated Microsoft Management Packs.

Knowledge Base article:

Summary

This rule periodically checks for new Management Packs. If there is a new Management Pack available, and alert is generated.

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.ManagementGroup
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
CheckForMPUpdate WriteAction Microsoft.SystemCenter.MPUpdate.CheckForMPUpdate Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CheckForManagementPackUpdates" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">1440</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CheckForMPUpdate" TypeID="Microsoft.SystemCenter.MPUpdate.CheckForMPUpdate">
<MPVersionFileUrl>http://www.microsoft.com/systemcenter/opsmgr/mpupdate/mpupdate.xml</MPVersionFileUrl>
<DatabaseServerName>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.ManagementGroup"]/SQLServerName$</DatabaseServerName>
<DatabaseName>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.ManagementGroup"]/OperationalDatabaseName$</DatabaseName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>