エージェントのバージョン モニター

Microsoft.SystemCenter.Agent.Configuration.MinRequiredVersionCheckMonitor (UnitMonitor)

このモニターは、エージェントのバージョンを確認します。エージェントのバージョンが、指定された最低バージョンより古い場合はアラートを生成します。

Knowledge Base article:

概要

このモニターは、エージェントのバージョンを確認し、インストール済みのエージェントのバージョンが、モニターの構成で指定されているバージョンより古いことを検出した場合にアラートを生成します。

原因

アラートに示されているコンピューターにインストールされているエージェントは、モニターの構成で指定されているバージョンより古いバージョンです。

解決策

エージェントを最新バージョンにアップグレードします。

Element properties:

TargetMicrosoft.SystemCenter.Agent
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Agent.Configuration.MinRequiredVersionCheckMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
エージェントのアップグレードが必要
エージェントが推奨されている最低バージョンより古いバージョンです。 詳細を確認するには、アラートを右クリックして [プロパティ] をクリックし、[アラートのコンテキスト] タブをクリックしてください。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Agent.Configuration.MinRequiredVersionCheckMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCLibrary!Microsoft.SystemCenter.Agent" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Agent.Configuration.MinRequiredVersionCheckMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Agent.Configuration.MinRequiredVersionCheckMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentUpgradeNotRequired" MonitorTypeStateID="UpgradeNotRequired" HealthState="Success"/>
<OperationalState ID="AgentUpgradeRequired" MonitorTypeStateID="UpgradeRequired" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<RequiredVersion>6.1.7221.0</RequiredVersion>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>