プロセス Klog サービスのヘルス

Microsoft.Linux.SLES.9.Process.Klog.Monitor (UnitMonitor)

SUSE Linux Enterprise Server 9 プロセス Klog モニタ

Knowledge Base article:

概要

このプロセス モニタは、実行するカーネル メッセージ ログ出力 デーモン プロセスを監視します。

原因

エラーは、klogd サービスが停止していることを示します。

解決方法

ps -ef | grep klogd を実行するか、Operations Manager コンソールで診断を表示して、システム上のサービスを確認します。/sbin/klogd -c 1 -2 -x を実行するか、Operations Manager コンソールの復元リンクをクリックして開始します。

根本原因を解明するには、まずシステム ログファイル (/var/log/messages および /var/log/warn) を確認し、障害発生時の関連するエントリを表示します。

Element properties:

TargetMicrosoft.Linux.SLES.9.OperatingSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Process.Status.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SUSE Linux Enterprise Server 9 プロセス Klog モニタ アラート
KLOGD - サーバー {0} でカーネル メッセージ ログ出力 デーモンが実行されていません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.SLES.9.Process.Klog.Monitor" Accessibility="Public" Target="Microsoft.Linux.SLES.9.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.SLES.9.Process.Klog.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Running"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="NotRunning"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ProcessName>klogd</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>