Dostępny nowy pakiet administracyjny

Microsoft.SystemCenter.UpdatesForInstalledManagementPacksAvailable (Rule)

Reguła generowania alertu w sytuacji, kiedy są dostępne nowsze wersje zainstalowanych pakietów administracyjnych.

Knowledge Base article:

Podsumowanie

Istnieje co najmniej jeden nowszy pakiet administracyjny dostępny do pobrania.

Przyczyny

Została wydana nowa wersja zainstalowanego pakietu administracyjnego Microsoft.

Rozwiązania

Poniższe łącze pozwala wyświetlić katalog pakietów administracyjnych, z którego można je pobrać

http://www.microsoft.com/mom/managementpacks

Uruchom program Services MMC lub skorzystaj z innego narzędzia menedżera kontroli usług, aby uruchomić usługę „System Center Data Access”.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityNormal
RemotableTrue
Alert Message
Są dostępne aktualizacje do zainstalowanych pakietów administracyjnych
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.UpdatesForInstalledManagementPacksAvailable" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2000</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">MPUpdate</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>0</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.UpdatesForInstalledManagementPacksAvailable.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>