Storage DKC Shared Memory Dependency Monitor

UCPManagementPack.StorageDKCSharedMemoryDependencyMonitor (DependencyMonitor)

Storage DKC Shared Memory 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.StorageDKCSharedMemoryUnitMonitor
RelationshipUCPManagementPack.StorageHostingStorageDKCSharedMemory
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityInternal
Alert Message
Storage DKC Shared Memory failed health check

Source Code:

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