잘못된 받는 사람 주소 이벤트 경고 규칙

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

이 규칙은 시스템이 잘못된 알림 받는 사람 주소를 찾을 때마다 경고를 생성합니다.

Knowledge Base article:

요약

알림이 성공적으로 전달되지 않았습니다. 구독의 받는 사람 주소가 잘못되었기 때문입니다.

원인

알림 받는 사람을 만드는 동안 받는 사람 마법사에 입력한 주소가 올바르지 않습니다. 알림 하위 시스템은 제공된 주소로 알림을 보낼 수 없습니다. 알림이 해당 주소로 전달되지 않았습니다.

해결 방법

주소와 관련된 받는 사람을 확인하십시오. 받는 사람에 대해 제공된 주소가 잘못되었거나 유효하지 않거나 철자가 틀렸을 수 있습니다. 유효하지 않은 주소는 경고 설명에 나와 있습니다. 메일 및 IM의 유효한 주소는 [email protected]과 같은 유효한 메일 주소입니다. SMS의 경우 유효한 주소는 + <국가 번호> <지역 번호> <전화 번호> 형식(예: +14258828080)의 전화 번호입니다.

Element properties:

TargetMicrosoft.SystemCenter.AlertNotificationSubscriptionServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
받는 사람 주소가 잘못되었습니다.
받는 사람 주소 '{1}'이(가) 잘못되었습니다. 알림이 '{0}' 프로토콜을 통해 이 받는 사람에게 전송되지 않았습니다. 규칙 ID: {2}
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.InvalidNotificationRecipientAddress.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>31500</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.Notification.InvalidNotificationRecipientAddress.Alert.Message"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[5]$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[7]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[2]$</AlertParameter3>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[5]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[7]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>