Storage Center Status Monitor

Dell.Storage.StorageCenterStatus.Monitor (UnitMonitor)

Description for the new unit monitor.

Knowledge Base article:

Summary

Monitors the status of a Storage Center.

Causes

An unhealthy state indicates the status of this Storage Center is down or degraded. Check for alerts that may provide additional information regarding the status of this Storage Center.

Resolutions

Contact Dell Technical Support if further assistance is required.

Element properties:

TargetDell.Storage.StorageCenter
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeDell.Storage.StorageCenterStatus.MonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.Storage.StorageCenterStatus.Monitor" Accessibility="Public" Enabled="true" Target="Dell.Storage.StorageCenter" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Dell.Storage.StorageCenterStatus.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Up" MonitorTypeStateID="Up" HealthState="Success"/>
<OperationalState ID="Degraded" MonitorTypeStateID="Degraded" HealthState="Warning"/>
<OperationalState ID="Down" MonitorTypeStateID="Down" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>