S2D: 스토리지 하위 시스템 성능 상태 모니터

Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem.SteadyStateMonitor (UnitMonitor)

스토리지 공간 다이렉트 스토리지 하위 시스템 성능 상태를 모니터링합니다.

Knowledge Base article:

요약

스토리지 하위 시스템 성능 상태 모니터는 스토리지 하위 시스템 상태가 비정상인 경우 상태를 변경합니다.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageObject.SteadyStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsMicrosoft.Storage.Library.MonitoringRunAsProfile

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem.SteadyStateMonitor" Accessibility="Public" Target="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem" RunAs="MicrosoftStorageLibrary!Microsoft.Storage.Library.MonitoringRunAsProfile" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageObject.SteadyStateMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Critical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Healthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<TargetInstanceUniqueID>$Target/Property[Type="MicrosoftStorageLibrary!Microsoft.Storage.Library.StorageArray"]/UniqueID$</TargetInstanceUniqueID>
<TargetInstanceObjectID>$Target/Property[Type="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem"]/ObjectId$</TargetInstanceObjectID>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<WQLQuery>Select SourceUniqueId, SourceObjectId, PreviousHealthStatus, CurrentHealthStatus From MSFT_StorageHealthStatusChangeEvent Where SourceClassName = 'MSFT_StorageSubSystem'</WQLQuery>
<PollInterval>15</PollInterval>
<TimeoutSeconds>300</TimeoutSeconds>
<StorageClassName>MSFT_StorageSubSystem</StorageClassName>
</Configuration>
</UnitMonitor>