Storage DKC Battery Dependency Monitor

UCPManagementPack.StorageDKCBatteryDependencyMonitor (DependencyMonitor)

Storage DKC Battery dependency monitor

Knowledge Base article:

Summary

This monitor is an availability monitor for Storage in a UCP Director. If the state is Warning or Error, there could be an issue with the Storage System or with a related Storage component.

Causes

A warning or error for the Storage can be caused by a problem with the Controller or Unit.

Resolutions

Please check specific the Storage System in UCP Director for details.

Element properties:

TargetUCPManagementPack.Storage
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorUCPManagementPack.StorageDKCBatteryUnitMonitor
RelationshipUCPManagementPack.StorageHostingStorageDKCBattery
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityInternal
Alert Message
Storage DKC Battery failed health check

Source Code:

<DependencyMonitor ID="UCPManagementPack.StorageDKCBatteryDependencyMonitor" Accessibility="Internal" Enabled="true" Target="UCPManagementPack.Storage" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="UCPManagementPack.StorageHostingStorageDKCBattery" MemberMonitor="UCPManagementPack.StorageDKCBatteryUnitMonitor" RunAs="System!System.PrivilegedMonitoringAccount">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="UCPManagementPack.StorageDKCBatteryDependencyMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>