45 Dakikadır Uçtan Uca Olay Bulunmuyor (Kritik Düzey)

Microsoft.SystemCenter.AgentManagement.EndToEndEventMonitorError (UnitMonitor)

Bu izleyici, System Center Yönetim Sistem Durumu Hizmetinin olayları işleyebilme durumunu denetlemek üzere, yerel System Center Yönetim Sistem Durumu Hizmetinin son 45 dakika içinde bir olayı yapay işlem olarak kaydedip kaydedemediğini algılar.

Knowledge Base article:

Özet

Bu izleyici düzenli aralıklarla günlüğe kaydedilen bir olayın algılanmaması durumunu algılar. Bu izleyiciyle ilişkilendirilen kural "Dağıtılmış İş Akışı Sınama Olayını Günlüğe Kaydet" kuralıdır. "Dağıtılmış İş Akışı Sınama Olayını Günlüğe Kaydet" kuralının devre dışı bırakılması veya eşiğin üstüne yapılandırılması, bu izleyicinin durumunun değişmesine veya uyarı oluşturması neden olabilir.

Yapılandırma

Varsayılan yapılandırmada beklenen olay 45 dakika içinde algılanmazsa hata durumuna geçilmesidir.

Nedenler

Bu duruma olayların Windows Olay Günlüğüne kaydedilmesiyle veya bu olayın Olay Günlüğünden okunması ve toplanmasıyla ilgili bir sorun olması neden olabilir.

Çözümlemeler

Operations Manager olay günlüğünde LogEndToEndEvent.js betiği için herhangi bir betik hatası olup olmadığını kontrol edin. Bu betik bu izleyicinin algıladığı olayı günlüğe kaydeder.

Herhangi bir betik hatası yoksa, Windows Olay Günlüğü Modülünün Operations Manager olay günlüğünden okumasıyla ilgili sorunlar olup olmadığını kontrol edin; bunun nedeni Eylem Hesabının olay günlüğüne yazma veya günlükten okuma izinlerinin olmaması olabilir.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorMicrosoft.SystemCenter.AgentManagement.EndToEndEventMonitorRollup
CategoryCustom
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.MissingEventLogSingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AgentManagement.EndToEndEventMonitorError" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Microsoft.SystemCenter.AgentManagement.EndToEndEventMonitorRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.MissingEventLogSingleEventLog2StateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="EventFound" MonitorTypeStateID="EventRaised" HealthState="Success"/>
<OperationalState ID="MissingFor45Min" MonitorTypeStateID="MissingEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6022</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<MissingComputerName>.</MissingComputerName>
<MissingLogName>Operations Manager</MissingLogName>
<MissingExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6022</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</MissingExpression>
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<GenericSchedule>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">45</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</GenericSchedule>
</TimeControl>
<CountingCondition>
<CountMode>OnNewItemNOP_OnTimerOutputRestart</CountMode>
</CountingCondition>
</Consolidator>
</Configuration>
</UnitMonitor>