WSUS Windows Hizmeti Kullanılabilirlik İzleyicisi

Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth (UnitMonitor)

Bu izleyici, WSUS hizmetlerinin kullanılabilirlik durumunu denetler.

Knowledge Base article:

Özet

Configuration Manager site sunucusu ve istemci bileşenleri eşitleme ve tarama güncelleştirmeleri için Windows Server Update Services (WSUS) öğesini kullanır. Update Services, WSUS sunucusunun ana bilgisayar hizmetidir ve çalışıyor olması gerekir.

Çözümlemeler

Update Services için varsayılan Oturum Açma hesabı Network Service hesabıdır. Oturum açabildiğinden emin olmak için Hizmet Denetim Yöneticisini kontrol edin.

Ek

Daha fazla bilgi için <WSUSYüklemeKlasörü>\LogFiles altındaki SoftwareDistribution.log dosyasına bakın.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SoftwareUpdatePoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WSUS Hizmetleri Çalışmıyor
{1} bilgisayarındaki {0} hizmeti çalışmıyor.
RunAsDefault
CommentSIV:SUM0006

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth" Comment="SIV:SUM0006" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SoftwareUpdatePoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>WSUSService</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>