Advisor Connector Compatibility Status Monitor

Microsoft.SystemCenter.Advisor.AgentHealth.ComputerOptInCompatibleMonitor (UnitMonitor)

Knowledge Base article:

Summary

Unable to find the Advisor Connector on the computer.

Causes

The selected computer does not include Advisor Connector functionality.

Resolutions

Please upgrade the computer to the latest version or shipped Update Rollup of Operations Manager

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Advisor.ComputerOptInCompatibleMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Unable to find the Advisor Connector on the computer
{0} does not include Advisor Connector functionality
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Advisor.AgentHealth.ComputerOptInCompatibleMonitor" Accessibility="Public" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Advisor.ComputerOptInCompatibleMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Advisor.AgentHealth.ComputerOptInCompatibleMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Compatible" MonitorTypeStateID="Compatible" HealthState="Success"/>
<OperationalState ID="Incompatible" MonitorTypeStateID="Incompatible" HealthState="Error"/>
</OperationalStates>
<Configuration>
<EnableConnector>false</EnableConnector>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
</Configuration>
</UnitMonitor>