Todos los componentes en estado correcto

System.NetworkManagement.HSRPGroup.ReducedRedundancy (DependencyMonitor)

Monitor de dependencia que determina el estado de mantenimiento de un grupo HSRP, e indica si los extremos HSRP se encuentran en un estado de redundancia reducida

Knowledge Base article:

Resumen

Este monitor de dependencia acumula el estado de redundancia del grupo HSRP. Este monitor tiene dos estados posibles:

Causas

Este monitor muestra un error si todos los extremos HRSP del grupo HSRP están inactivos.

Soluciones

Utilice el explorador de estado para determinar el estado de los extremos HSRP que están inactivos y resolver el problema.

Element properties:

TargetSystem.NetworkManagement.HSRPGroup
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipSystem.NetworkManagement.HSRPGroupMembersHSRPEndpoint
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Redundancia reducida del grupo HSRP
El grupo HSRP [{0}] está en un estado de redundancia reducida.

Source Code:

<DependencyMonitor ID="System.NetworkManagement.HSRPGroup.ReducedRedundancy" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.HSRPGroup" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.HSRPGroupMembersHSRPEndpoint" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.HSRPGroup.ReducedRedundancy.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>