Update Agent Version Monitor

Microsoft.SystemCenter.HealthService.UpdateAgent.StateMonitor (UnitMonitor)

Microsoft SystemCenter Health Service Update Agent Monitor

Knowledge Base article:

Update SCOM Servers and Agents to continue using Log Analytics Integration

What is the Impact?

On 1st February 2023, Azure will no longer accept connections from older versions of the Operations Manager agent, that uses older method for certificate handling. If Operations Manager agent is setup is setup to send data to Log Analytics as per Connect Operations Manager to Azure Monitor, please upgrade your agent to the latest version by that date.

What is the Impact?

Operations Manager Management Server or Agent which is setup to send data to Log Analytics as per Connect Operations Manager to Azure Monitor will be impacted. If you are using an agent prior to 10.19.10177.0 (2019 UR3) , your agent will be unable to connect to Azure Log Analytics. Core features of the product will continue to function as is.

What is the recommendation?

We recommend you to be on the latest version of the agent following these guidelines , Agents that are on version 10.19.10177.0 , (2019 UR3 or newer) . or 10.22.10056.0 (2022 RTM) won't be affected.

Are there any other impacted services?

System Center Service Manager using agents prior to 10.19.10177.0 (2019 UR3) will be impacted. If you are using an agent prior to 10.19.10177.0 (2019 UR3) your agent will be unable to connect to Azure Log Analytics. Core features of the product will continue to function 'as is’.

If you have any concerns or further questions, create a support ticket .

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.HealthService.UpdateAgent.ProbScript
RemotableTrue
AccessibilityPublic
Alert Message
Update Agent Version
This {0} Version of Agent will be unable to connect to Azure Log Analytics , please Upgrade to Agent Version 10.19.10177.0 (2019 UR3) and above.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.HealthService.UpdateAgent.StateMonitor" Accessibility="Public" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" TypeID="Microsoft.SystemCenter.HealthService.UpdateAgent.ProbScript" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.UpdateAgent.StateMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='AgentVersion']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Critical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Healthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<TargetVersion>10.19.10177.0</TargetVersion>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<AgentVersion>$Target/Property[Type="SC!Microsoft.SystemCenter.HealthService"]/Version$</AgentVersion>
</Configuration>
</UnitMonitor>