Resource Pool Heartbeat Failure

Microsoft.SystemCenter.ManagementServicePoolWatcher.Heartbeat (AggregateMonitor)

This monitor checks the availability of each resource pool in the management group.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServicePoolWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Resource Pool Heartbeat Failure
The resource pool {0} failed to heartbeat.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.ManagementServicePoolWatcher.Heartbeat" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServicePoolWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="High">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementServicePoolWatcher.Heartbeat.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.ManagementServicePoolWatcher"]/PoolName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>