Монитор версии агента

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>