El servicio WWW no ha logrado habilitar el límite de ancho de banda global

Microsoft.Windows.InternetInformationServices.2008.WWW.service.failed.to.enable.global.bandwidth.throttling (Rule)

Knowledge Base article:

Resumen

El servicio de publicación World Wide Web (W3SVC) de Internet Information Services (IIS) se puede configurar para recopilar datos de rendimiento y realizar la compresión HTTP. Si W3SVC se configura para realizar la compresión HTTP, se debe especificar un directorio de compresión válido que resida en un volumen NTFS.

Resoluciones

Habilitar la característica Programador de paquetes

El límite de ancho de banda utiliza el Programador de paquetes para administrar cuándo se envían los paquetes de datos. Cuando se configura un sitio para que use el límite de ancho de banda mediante el Administrador de IIS, el Programador de paquetes se instala automáticamente e IIS establece de forma automática el límite de ancho de banda en un mínimo de 1.024 kilobytes por segundo (KBps). Sin embargo, si usa otro método, como Interfaces de servicio de Active Directory® (ADSI) o WMI, deberá habilitar el Programador de paquetes para que el límite de ancho de banda funcione correctamente.

Habilitar el Programador de paquetes

Para habilitar el Programador de paquetes:

Instalar el Programador de paquetes QoS

Para instalar el Programador de paquetes QoS:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-IIS-W3SVC
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
El servicio WWW no ha logrado habilitar el límite de ancho de banda global
{0}
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2008.WWW.service.failed.to.enable.global.bandwidth.throttling" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1071|1073)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.2008.WWW.service.failed.to.enable.global.bandwidth.throttling.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>