デバイス経由での送信に失敗したことを示すアラート ルール

Microsoft.SystemCenter.Notification.FailedToSendThroughDevice.Alert (Rule)

このルールは、通知サブシステムが特定のデバイスまたはサーバー経由で通知の送信に失敗するたびにアラートを作成します

Knowledge Base article:

概要

通知サブシステムが、選択したデバイスから通知メッセージを送信できませんでした。別のデバイスが構成されている場合は、そのデバイスから通知が送信されます。

原因

通知サブシステムがプロトコルを使用して通知メッセージを送信できない場合は、いくつかの理由が考えられます。たとえば通信の問題、デバイスの構成の問題、デバイスが正常に動作していないなどの原因があります。

解決方法

通知サブシステムが、プロトコル上の通知メッセージを指定されたデバイスから送信できませんでした。送信に失敗したデバイス/サーバーはアラートの説明に示されます次の手順に従って解決してください。

1. パワー シェル コマンドレットの Get-Notification でルール ID を使用し、配信登録を特定します。この配信登録が、配信登録の受信者によって使用されるデバイスとして正しく構成されていることを確認します。

2. デバイス/サーバーに管理サーバーから接続が可能で、通信の問題がないことを確認します。

3. 通知アクション アカウントに、このデバイス/サーバーに接続するための適切な特権があることを確認します。

4. デバイス/サーバーを調べ、通知モジュールとは独立して問題なく動作していることを確認します。

Element properties:

TargetMicrosoft.SystemCenter.AlertNotificationSubscriptionServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
サーバー/デバイスを使用した通知の送信に失敗しました。
通知サブシステムがデバイス/サーバー '{0}' を '{1}' プロトコルで使用した '{2}' への通知の送信に失敗しました。{3}: {4}. ルール ID : {5}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.Notification.FailedToSendThroughDevice.Alert" Enabled="true" Target="Microsoft.SystemCenter.AlertNotificationSubscriptionServer" ConfirmDelivery="false">
<Category>Alert</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>31503</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.Notification.FailedToSendThroughDevice.Alert.Message"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[6]$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[5]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[7]$</AlertParameter3>
<AlertParameter4>$Data/Params/Param[8]$</AlertParameter4>
<AlertParameter5>$Data/Params/Param[9]$</AlertParameter5>
<AlertParameter6>$Data/Params/Param[2]$</AlertParameter6>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[6]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[5]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[8]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[9]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>