Forefront TMG Server: Firewall - DNS Monitor

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

Monitors any enabled DNS Connectivity Verifier on Forefront TMG Server

Element properties:

TargetMicrosoft.Forefront.TMG.Server
Parent MonitorMicrosoft.Forefront.TMG.Server.DnsRollupMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Forefront.TMG.ConnectionVerifierMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Forefront TMG Server: DNS Connectivity Verifier Monitor reports an error
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.Server.DnsCvMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ParentMonitorID="Microsoft.Forefront.TMG.Server.DnsRollupMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.Forefront.TMG.ConnectionVerifierMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Forefront.TMG.Server.DnsCvMonitor.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="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<MonitorOption>3</MonitorOption>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>