代理程式 Proxy 未啟用

Microsoft.SystemCenter.DiscoveryWriteActionModule.AgentProxyingNotEnabled.Alert (Rule)

代理程式無法代表其他電腦提交資料,因為代理程式 Proxy 並未啟用。

Knowledge Base article:

摘要

此警示表示 Operations Manager 代理程式嘗試探索或產生與位於其他電腦上之物件相關的資料。 此動作預設不允許執行,但在某些情況下,這是正確進行監視的必要作法。 例如,代理程式可能會與叢集一起執行,並嘗試探索虛擬叢集節點。

在啟用代理程式 Proxy 前,代理程式將無法執行此動作。

原因

讓代理程式探索位於其他電腦上之物件的作法可能完全有效。 您必須檢閱警示描述的詳細資料,判斷代理程式是否應設定 Proxy 處理。

解決方式

如果您已檢閱且判定代理程式應該能夠代表其他電腦探索及傳送資料,便應啟用該代理程式的 Proxy 處理:

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
代理程式 Proxy 未啟用
代理程式無法代表其他電腦提交資料,因為代理程式 Proxy 並未啟用。 詳細資料: {0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.DiscoveryWriteActionModule.AgentProxyingNotEnabled.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</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">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DataAccessLayer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">33333</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[3]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">777980008</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.DiscoveryWriteActionModule.AgentProxyingNotEnabled.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[4]$</AlertParameter1>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>