Web site configuration related failure: The IP address for the site is not in the HTTP.sys IP listen list. The site has been deactivated.

Web_site_configuration_related_failure__The_IP_address_for_the_site_is_not_in_the_HTTP_sys_IP_listen_list__The_site_has_been_deactivated__6_Rule.Monitor (UnitMonitor)

Knowledge Base article:

Summary

The site has been deactivated.

Causes

The site’s IP address couldn’t be registered because it isn’t in the HTTP.sys IP inclusion list.

Resolutions

To resolve this issue execute the following steps:

Either change the site’s IP address to one that is in the IP inclusion list or add the site’s IP address to the IP inclusion list.

Querying the IP Inclusion List:

HTTPCFG.exe query iplisten

Setting the IP Inclusion List:

HTTPCFG.exe set iplisten -i

Once the issue is resolved restart the Web site using the Start Web Site task:

Start Web Site

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2003.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Web site configuration related failure The IP address for the site is not in the HTTP sys IP listen list The site has been deactivated
{0}
RunAsDefault
CommentMom2005ID='{9481DA0D-FC4F-4E11-A745-6782AD33CC7F}'

Source Code:

<UnitMonitor ID="Web_site_configuration_related_failure__The_IP_address_for_the_site_is_not_in_the_HTTP_sys_IP_listen_list__The_site_has_been_deactivated__6_Rule.Monitor" Comment="Mom2005ID='{9481DA0D-FC4F-4E11-A745-6782AD33CC7F}'" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2003.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Web_site_configuration_related_failure__The_IP_address_for_the_site_is_not_in_the_HTTP_sys_IP_listen_list__The_site_has_been_deactivated__6_Rule.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ManualReset" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="ConfigError" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1130</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.WebSite"]/Description$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>