System Center 管理运行状况服务凭据未找到

Microsoft.SystemCenter.HealthService.Credentials.NotFound.Alert (Rule)

无法解析安全引用替代时,此规则将生成警报。

Knowledge Base article:

摘要

此警报表示无法解析运行方式配置文件中指定的运行方式帐户。只能在修复此问题后方可加载使用此配置文件的工作流。

原因

此状况可能由于帐户未配置以分发到指定计算机所造成。

解决方法

要解决这一问题,你需要打开下面指定的运行方式配置文件,找到帐户条目 SSID 所指定的帐户条目,然后选择将此帐户分发到此计算机(如果适用),或更改此配置文件中的设置从而使目标对象不使用指定的帐户。注意:你可以使用命令外壳通过运行方式帐户的 SSID 获取运行方式帐户显示名称。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
System Center 管理运行状况服务凭据未找到警报消息
无法解析运行方式配置文件“{3}”中指定的帐户。

此状况可能是由于帐户未配置为分发到此计算机所造成的。要解决这一问题,你需要打开下面指定的运行方式配置文件,找到帐户条目 SSID 所指定的帐户条目,然后选择将此帐户分发到此计算机(如果适用),或更改此配置文件中的设置从而使目标对象不使用指定的帐户。注意:你可以使用命令外壳通过运行方式帐户的 SSID 获取运行方式帐户显示名称。

管理组:{1} 运行方式配置文件:{3} 帐户 SSID: {2}
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.HealthService.Credentials.NotFound.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1108</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Credentials.NotFound.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[1]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[5]$</AlertParameter3>
<AlertParameter4>$Data/Params/Param[7]$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Id$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
<SuppressionValue>$Data[Default='']/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>