更新された管理パックのチェック

Microsoft.SystemCenter.CheckForManagementPackUpdates (Rule)

新しい更新された Microsoft 管理パックを定期的にチェックします。

Knowledge Base article:

概要

このルールは、新しい管理パックが提供されているかどうかを定期的に確認します。新しい管理パックが提供されると、アラートが生成されます。

原因

このセクションは、この種類のルールには適用されません。

解決方法

この種類のルールには、ユーザーの操作は必要ありません。

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>