Agent Install and Update Failures

Microsoft.SystemCenter.AgentManager.ConfigHealthRollup (AggregateMonitor)

Rolls up health from the various unit monitors indicating agent installation 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.

Resolutions

The state of this monitor is based on the states of its unit monitors. To determine why the state of this monitor has changed, identify the unit monitor that changed its state. To locate this information, open State Change Events in Health Explorer for the monitor. Right-click the alert, point to Open, and then click Health Explorer. In Health Explorer, click the State Change Events tab. The Details pane in the State Change Events tab shows you when the state for the monitor changed, and the details give you information for the context of the state change.

Element properties:

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

Source Code:

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