UNIX/Linux 用 ACS モジュールの不在

Microsoft.ACS.Unix.DLL.Missing (Rule)

このルールは、UNIX/Linux 用 ACS モジュールが存在しない、または壊れていないかを確認します。

Knowledge Base article:

概要

UNIX/Linux 用 ACS モジュールが見つからなかったため、管理サーバーがこのモジュールを読み込めませんでした。

原因

UNIX/Linux サーバーを監視して UNIX/Linux 監査イベントを収集する各管理サーバーに、UNIX/Linux 用 ACS をインストールしておく必要があります。

解決策

UNIX/Linux 用 ACS をまだインストールしていない場合は、UNIX/Linux サーバーを監視しそのサーバーから監査イベントを収集する必要のある各管理サーバーに、UNIX/Linux 用 ACS ソフトウェアをインストールしてください。UNIX/Linux 用 ACS が既にインストールされている場合は、セットアップを再実行して、メンテナンス モードの [修復] オプションを選択してください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
UNIX/Linux 用 ACS モジュールの不在
イベントの説明: {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.ACS.Unix.DLL.Missing" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</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">4508</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="String">Params/Param[5]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft.SystemCenter.CrossPlatform.ACS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.ACS.Unix.DLL.Missing.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>