检查更新的管理包

Microsoft.SystemCenter.CheckForManagementPackUpdates (Rule)

定期检查 Internet 以查看新的更新 Microsoft 管理包。

Knowledge Base article:

摘要

此规则定期检查新的管理包。如果有新的管理包可用,将生成警报。

原因

本节不适用于此类型规则。

解决方法

此类型规则无需任何用户操作。

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryCustom
EnabledTrue
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="true" 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>