Connector Client Counter Delay Monitor

Jalasoft.Xian.Io.DataServer.ConnectorClientCounterDelayedMonitor (UnitMonitor)

Knowledge Base article:

Summary

When there are counters in Data Server that is over the max defined delay time that are not sent to MOM, first will generate a warning event and if there are still delayed counter after 30 seconds, it will generate an error event

Causes

Possible causes may be:

-Connector Service was stopped too much time

-Network connectivity problems between Connector and Operations Manager 2007

-Maximum delay time is too short for too many counters collected

-Too many counters collected and rules have a short interval per execution

Resolutions

Verify:

-If connector was too much time down, wait until the counters are forwarded to Operations Manager

-Verify network connectivity between Connector and Operations Manager 2007

-Verify Maximum delay time in Data Server config file is not too short for the monitored devices

-Verify execution interval time for the rules are not too short

Element properties:

TargetJalasoft.Xian.Io.DataServer
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Connector Client Counter Delay Monitor
There are delayed counters in Connector client counter Queue
RunAsDefault

Source Code:

<UnitMonitor ID="Jalasoft.Xian.Io.DataServer.ConnectorClientCounterDelayedMonitor" Accessibility="Public" Enabled="true" Target="Jalasoft.Xian.Io.DataServer" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Jalasoft.Xian.Io.DataServer.ConnectorClientCounterDelayedMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConnectorCounterDelayOk" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
<OperationalState ID="ConnectorCounterDelayError" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Property[Type="Jalasoft.Xian.Io.DataServer"]/Host$</FirstComputerName>
<FirstLogName>Application</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2013</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Jalasoft Xian Data Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Property[Type="Jalasoft.Xian.Io.DataServer"]/Host$</SecondComputerName>
<SecondLogName>Application</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2014</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Jalasoft Xian Data Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>