DNS 2008 Recursive Timeout Per Second

Microsoft.Windows.DNSServer.2008.Monitor.RecursiveTimeoutPerSecond (UnitMonitor)

Knowledge Base article:

Summary

This monitor measures the average threshold of the Performance Counter : DNS/ Recursive TimeOut /sec. If the threshold is exceeded over five samples, then the monitor is unhealthy.

Configuration

Enabled:

This determined if the monitor is enabled or not.

Generate Alert:

This determines if the monitor will generate an alert.

AutoResolve Alert:

This determines if the monitor will auto-resolve (become healthy) if the triggering condition no longer exists.

Alert Priority:

Set the Alert Priority. Default is ‘Medium’.

Alert On State:

This determines which state causes the monitor to generate an alert. Default is ‘The monitor is critical’.

Alert Severity:

This determines the Alert Severity. The default is ‘Match Monitor Health’.

Threshold:

The numeric value that triggers the monitor. Default : 500

Frequency:

This determines how often the monitor will run. Default : 900 seconds.

Resolutions

Verify connectivity to the DNS server by pinging or performing a manual nslookup

Element properties:

TargetMicrosoft.Windows.DNSServer.2008.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceCollection
EnabledTrue
Instance NameDNS
Counter NameRecursive TimeOut/sec
Frequency900
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.AverageThreshold
RemotableTrue
AccessibilityInternal
Alert Message
DNS 2008 Exceeded RecursiveTimeout Per Second
{0} Recursive Timeout / Sec exceeded threshold
RunAsMicrosoft.Windows.DNSServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2008.Monitor.RecursiveTimeoutPerSecond" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.DNSServer.2008.Server" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" RunAs="DNS!Microsoft.Windows.DNSServer.Library.ActionAccount" TypeID="Perf!System.Performance.AverageThreshold" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2008.Monitor.RecursiveTimeoutPerSecond_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="DNS!Microsoft.Windows.DNSServer.Library.Server"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdc6eb7eb7015843d0961ffb151353b521" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdb2ceae5c06a8419499ed69ce89cedc93" MonitorTypeStateID="OverThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Recursive TimeOut/sec</CounterName>
<ObjectName>DNS</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Threshold>500</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>