Microsoft FEP 2010 Deployment - Availability Health State Monitor

Microsoft.Fep2010.Monitoring.FepDeployment.Monitor.AvailabilityHealthState (AggregateMonitor)

This monitor aggregates FEP health data to a single point and raises an alert.

Knowledge Base article:

Summary

This monitor aggregates FEP health data to a single point and raises an alert.

Configuration

This monitor status is calculated to be the worst status between the FEP 2010 Service Status and the FEP 2010 Data Warehouse Container status.

Element properties:

TargetMicrosoft.Fep2010.Monitoring.FepDeployment
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Microsoft FEP 2010 Deployment Health Alert
{0} has a problem.
Please look at the Health Explorer for the cause and resolutions.

Source Code:

<AggregateMonitor ID="Microsoft.Fep2010.Monitoring.FepDeployment.Monitor.AvailabilityHealthState" Accessibility="Public" Enabled="true" Target="Microsoft.Fep2010.Monitoring.FepDeployment" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Fep2010.Monitoring.FepDeployment.Monitor.AvailabilityHealthState.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>