No se pudo inicializar el módulo de registro del sitio web

Microsoft.Windows.InternetInformationServices.2008.WebSite.Failed.To.Initialize.Logging.For.WebSite.Monitor (UnitMonitor)

Knowledge Base article:

Resumen

La disponibilidad de los sitios web de Internet Information Services (IIS) que usan HTTP depende de varios componentes de IIS importantes. El servicio WAS (Windows Process Activation Service), el servicio de publicación World Wide (W3SVC), el servicio HTTP; todos deben ejecutarse correctamente. Además, debe haber un grupo de aplicaciones en ejecución disponible para las aplicaciones del sitio web. Si alguno de estos componentes no funciona, el sitio web no estará disponible.

Resoluciones

Detener y reiniciar W3SVC

Al detener el servicio W3SVC, se detienen también otros servicios que dependan de él. Por lo tanto, quizás haya que reiniciar estos otros servicios.

Para detener y reiniciar W3SVC:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.2008.WebSite.EventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
No se pudo inicializar el módulo de registro del sitio web
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.2008.WebSite.Failed.To.Initialize.Logging.For.WebSite.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.2008.WebSite.EventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.2008.WebSite.Failed.To.Initialize.Logging.For.WebSite.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>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2271</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-WMSVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>