DHCP 성능 상태 모니터

Microsoft.Windows.DHCPServer.Library.Server.UnitMonitor.PerformanceHealth (UnitMonitor)

Knowledge Base article:

요약

작업 양이 임계값 매개 변수를 초과하는 경우 요청 대상(제안 + Nack)을 비교하고 경고를 표시하는 Microsoft Windows Server DHCP 라이브러리 성능 상태 모니터입니다.

필요할 경우 재정의할 수 있는 매개 변수는 다음과 같습니다.

Element properties:

TargetMicrosoft.Windows.DHCPServer.Library.Server
Parent MonitorSystem.Health.PerformanceState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DHCPServer.Library.MonitorType.PerformanceHealth
RemotableTrue
AccessibilityPublic
Alert Message
DHCP ACK 및 NACK 경고
서버 {0}의 DHCP ACK 및 NACK 모니터가 임계값 비율 {1}을(를) 초과했습니다.
RunAsMicrosoft.Windows.DHCPServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.Library.Server.UnitMonitor.PerformanceHealth" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.Library.Server" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DHCPServer.Library.ActionAccount" TypeID="Microsoft.Windows.DHCPServer.Library.MonitorType.PerformanceHealth" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.Library.Server.UnitMonitor.PerformanceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.DHCPServer.Library.Server"]/Name$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='ThresholdPercentage']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="PerformanceHealthOk" MonitorTypeStateID="PerformanceHealthOk" HealthState="Success"/>
<OperationalState ID="PerformanceHealthError" MonitorTypeStateID="PerformanceHealthError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>120</TimeoutSeconds>
<TargetComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputer>
<ThresholdPercentage>2</ThresholdPercentage>
<DebugFlag>false</DebugFlag>
</Configuration>
</UnitMonitor>