所有元件均狀況良好

System.NetworkManagement.HSRPGroup.ReducedRedundancy (DependencyMonitor)

判斷 HSRP 群組之健全狀況狀態的相依性監視,指出 HSRP 端點是否處於備援減少的狀態

Knowledge Base article:

摘要

此相依性監視會彙總 HSRP 群組的備援狀態。 此監視有兩種可能的狀態:

原因

如果 HSRP 群組中的所有 HSRP 端點都已關閉,此監視便會顯示錯誤。

解決方式

請使用健全狀況總管判斷關閉之 HSRP 端點的狀態,並解決問題。

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 群組備援減少
HSRP 群組 [{0}] 處於備援減少的狀態。

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>