Non Processed Events Error Monitor

Jalasoft.Xian.Server.NonProcessedEventErrorMonitor (UnitMonitor)

Knowledge Base article:

Summary

If the Connector Module Server is not processing events (below threshold 0) per 40 consecutive intervals of 12 minutes, the monitor will generate an error alert. This alert is auto-resolved if any event is processed on any interval (over threshold 0).

Causes

Possible causes may be:

-A Management Pack of a plug-in is missing in Operations Manager so the rule Guid cannot be obtained.

-Wrong configuration between Connector and Connector Module.

-The defined threshold for Non Processed events is too low for the environment.

Resolutions

Verify:

-If the Management Pack of the plug-in is imported correctly in Operations Manager.

-That Connector and Connector Module are correctly configured.

-Override the threshold value of the "Non Processed Event Monitor" to a proper value.

Element properties:

TargetJalasoft.Xian.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceCollection
EnabledTrue
Instance NameXian Connector Module Counters
Counter NameSent Event
Frequency720
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.AverageThreshold
RemotableTrue
AccessibilityPublic
Alert Message
Non Processed Events Error Alert
Non Processed Events Error is below defined threshold
RunAsDefault

Source Code:

<UnitMonitor ID="Jalasoft.Xian.Server.NonProcessedEventErrorMonitor" Accessibility="Public" Enabled="true" Target="Jalasoft.Xian.Server" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.AverageThreshold" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<AlertSettings AlertMessage="Jalasoft.Xian.Server.NonProcessedEventErrorMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NonProcessedEventErrorUnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Error"/>
<OperationalState ID="NonProcessedEventErrorOverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Property[Type="Jalasoft.Xian.Server"]/Host$</ComputerName>
<CounterName>Sent Event</CounterName>
<ObjectName>Xian Connector Module Counters</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>720</Frequency>
<Threshold>0</Threshold>
<NumSamples>40</NumSamples>
</Configuration>
</UnitMonitor>