Agent Install and Update Failures

Microsoft.SystemCenter.AgentManager.ConfigHealthRollup (AggregateMonitor)

Rolls up health from the various unit monitors indicating agent install or update failures.

Knowledge Base article:

Summary

This roll-up monitor rolls up health for any of the monitors indicating an agent management action failure. Below are a list of agent management actions:

If any of the above fail, one of the monitors under this roll-up monitor will have a critical state. The unit monitor that has the critical state will an alert and knowledge on how to resolve that issue.

Element properties:

TargetMicrosoft.SystemCenter.AgentManager
Parent MonitorSystem.Health.ConfigurationState
AlgorithmWorstOf
CategoryConfigurationHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityInternal
CommentRoll-up monitor for Agent Manager

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.AgentManager.ConfigHealthRollup" Comment="Roll-up monitor for Agent Manager" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentManager" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal">
<Category>ConfigurationHealth</Category>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>