Forefront TMG Server: AD 구성원 자격 모니터

Microsoft.Forefront.TMG.Server.AdMembershipMonitor (UnitMonitor)

Forefront TMG Server가 도메인 인증에 올바르게 구성되었는지 모니터링합니다.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
Parent MonitorMicrosoft.Forefront.TMG.Server.AuthenticationRollupMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Forefront.TMG.FirewallAdMembershipMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Forefront TMG Server: AD 구성원 자격 서비스 모니터에서 오류가 보고되었습니다.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.Server.AdMembershipMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ParentMonitorID="Microsoft.Forefront.TMG.Server.AuthenticationRollupMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.Forefront.TMG.FirewallAdMembershipMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Forefront.TMG.Server.AdMembershipMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorDetail']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>