IP adressen för sidan är inte i HTTP.sys IP listan

Microsoft.Windows.InternetInformationServices.6.2.WebSite.IP.Address.Not.In.HTTP.Sys.IP.Listen.List.Monitor (UnitMonitor)

Knowledge Base article:

Sammanfattning

Internet Information Services (IIS) Websajter som använder HTTP är mycket beroende av IIS komponenter för dess tillgänglighet. Windows Process Activation Service (WAS), the World Wide Publishing Service (W3SVC), HTTP service, måste alla köras korrekt. Dessutom måste programpoolen köras korrekt för att vra tillgänglig för webbsajtens program. Om någon av dessa komponenter inte fungerar, kommer inte webbsajten att vara tillgänglig.

Lösningar

Rensa IP-lyssningslistan

Som standard är IP-lyssningslistan tom. Den här konfigurationen fungerar bra för de flesta webbplatser, och onödiga poster i listan kan påverka webbplatsens tillgänglighet negativt. Använd dig av nedanstående anvisningar för att rensa alla poster från IP-lyssningslistan:

Visa och ta bort IP-adresserna i IP-lyssningslistan

Så här visar du och tar bort IP-adresserna i IP-lyssningslistan:

Starta webbplatsen

Så här startar du webbplatsen:

Du kan även starta webbplatsen genom att klicka på länken nedan:

Starta webbsida

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.6.2.WebSite.EventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
IP adressen för sidan är inte i HTTP.sys IP listan
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.WebSite.IP.Address.Not.In.HTTP.Sys.IP.Listen.List.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.6.2.WebSite.EventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.6.2.WebSite.IP.Address.Not.In.HTTP.Sys.IP.Listen.List.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="ErrorEventRaised" MonitorTypeStateID="ErrorEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1129|1130)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>