The connection to a RADIUS server was restored

Microsoft.ISAServer.2006.The_connection_to_a_RADIUS_server_was_restored.Rule (Rule)

This Rule generates alerts when The connection to a RADIUS server was restored

Knowledge Base article:

Summary

The connection to an LDAP server was restored.

Causes

The problem preventing the ISA Server computer from connecting to the LDAP server was resolved.

Resolutions

No user action is needed.

External

None at the moment.

Element properties:

TargetMicrosoft.ISAServer.2006.Publishing.ServerRole
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ISAServer.2006.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.ISAServer.2006.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.ISAServer.2006.The_connection_to_a_RADIUS_server_was_restored.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.ISAServer.2006.Publishing.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(21289)$</EventsPattern>
<EventType>4</EventType>
<SourcePattern>Microsoft ISA Server Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.ISAServer.2006.The_connection_to_a_RADIUS_server_was_restored.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>