すべてのコンポーネントが正常

System.NetworkManagement.HSRPGroup.ReducedRedundancy (DependencyMonitor)

HSRP グループのヘルス状態を確認する依存関係モニター。HSRP エンドポイントの冗長性が低くなっているかどうかを示します。

Knowledge Base article:

概要

この依存関係モニターは、HSRP グループの冗長状態をロールアップします。モニターの状態は、次のいずれかになります。

原因

このモニターは、HSRP グループにあるすべての HRSP エンドポイントがダウンしている場合にエラーを示します。

解決方法

ヘルス エクスプローラーを使用して、ダウンしている 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>