Minden összetevő állapota kifogástalan

System.NetworkManagement.HSRPGroup.ReducedRedundancy (DependencyMonitor)

Ez a függőségfigyelő egy HSRP csoport állapotát állapítja meg, és jelzi, hogy a HSRP végpontjai csökkentett redundanciájú állapotban vannak-e.

Knowledge Base article:

Összefoglalás

A HSRP-csoport redundanciaállapotát összesítő függőségfigyelő. A figyelőnek két lehetséges állapota van:

Okok

Ha a HSRP-csoportban található HRSP-végpontok közül egy sem működik, a figyelő hibát jelez.

Megoldások

Az Állapotkezelő segítségével tekintse meg a nem működő HSRP-végpontok állapotát, és hárítsa el a hibát.

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
HSRP csoport csökkentett redundanciája
A(z) [{0}] HSRP csoport csökkentett redundanciájú állapotban van.

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>