Esta regra gera alerta quando o Configuration Manager do WSUS falha ao publicar o cliente no servidor do WSUS

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient (UnitMonitor)

Esta regra gera alerta quando o Configuration Manager do WSUS falha ao publicar o cliente no servidor do WSUS.

Knowledge Base article:

Resumo

Durante a publicação do pacote de instalação do cliente (ccmsetup) no servidor Windows Server Update Services (WSUS), foi relatado um erro.

Causas

É possível que o processo SMS Executive não esteja sendo executado.

Talvez o processo do WSUS não esteja sendo executado.

Resoluções

Verifique se o processo do Windows Server Update Services (WSUS) está sendo executado no ponto de atualização de software/servidor WSUS.

Verifique se o processo SMS Executive está sendo executado no servidor do site do Configuration Manager.

Obtenha informações adicionais sobre a falha no arquivo em WCM.LOG na pasta <ConfigMgr Install Directory>\Logs\.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Falha ao publicar cliente no alerta do WSUS
Falha do Configuration Manager do WSUS ao publicar cliente no servidor do WSUS
RunAsDefault
CommentSIV:SUM0014

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient" Comment="SIV:SUM0014" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6613</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>