Forefront TMG Server: Connectivity State Monitor

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

Monitors the connectivity of the network adapters on the Forefront TMG Server

Element properties:

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

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.Server.ConnectivityStateMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ParentMonitorID="Microsoft.Forefront.TMG.Server.ConnectivityRollupMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.Forefront.TMG.ConnectivityStateMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Forefront.TMG.Server.ConnectivityStateMonitor.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>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>