Všechny součásti v pořádku

System.NetworkManagement.HSRPGroup.ReducedRedundancy (DependencyMonitor)

Monitorování závislostí, které určuje stav skupiny HSRP pomocí označení, zda jsou koncové body HSRP v omezeném stavu redundance

Knowledge Base article:

Souhrn

Tento monitor závislosti shrnuje stav redundance skupiny HSRP. Toto monitorování má dva možné stavy:

Příčiny

Tento monitor ukazuje chybu, pokud jsou všechny koncové body HSRP ve skupině HSRP vypadlé.

Řešení

Pomocí průzkumníka stavů určete stav koncových bodů HSRP, které jsou vypadlé, a vyřešte problém.

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
Snížená redundance skupiny HSRP
Skupina HSRP [{0}] je ve stavu snížené redundance.

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>