L'hôte valide n'est pas un agent APM

Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitor (UnitMonitor)

Analyse qui recherche .NET Framework installé sur un système avec un service d'intégrité Operations Manager sans le service APM installé

Knowledge Base article:

Résumé

Cette analyse change d'état lorsqu'un serveur hébergeant .NET Framework est trouvé, mais l'agent Operations Manager APM n'est pas installé.

Causes

Lors de la première installation de l'agent Operations Manager sur ce serveur, .NET Framework n'était pas présent et l'agent APM n'a pas été installé. .NET Framework a été ajouté au serveur et est maintenant une cible valide pour l'analyse .NET.

Résolutions

Réparez l'agent Operations Manager sur le serveur cible pour installer l'agent APM.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitorType
RemotableFalse
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitor" Accessibility="Public" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<OperationalStates>
<OperationalState ID="InvalidHost" MonitorTypeStateID="InvalidHost" HealthState="Success"/>
<OperationalState ID="ValidHost" MonitorTypeStateID="ValidHost" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<Frequency>14400</Frequency>
<WindowsVersion>6.0</WindowsVersion>
</Configuration>
</UnitMonitor>