Discarded Counter Monitor

Jalasoft.Xian.Server.DiscardedCounterMonitor (UnitMonitor)

Knowledge Base article:

Summary

If the Connector Module Server discards too many counters(over the defined threshold) per interval, The monitor will generate a warning alert. This alert is auto-resolved if the discarded counters are below the defined threshold

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 discarded counters 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 "Discarded Counter Monitor" to a proper value.

Element properties:

TargetJalasoft.Xian.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceCollection
EnabledTrue
Instance NameXian Connector Module Counters
Counter NameDiscarded Counter
Frequency30
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Discarded Counter Alert
Discarded Counters are over defined threshold
RunAsDefault

Source Code:

<UnitMonitor ID="Jalasoft.Xian.Server.DiscardedCounterMonitor" Accessibility="Public" Enabled="true" Target="Jalasoft.Xian.Server" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ThresholdMonitorType" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<AlertSettings AlertMessage="Jalasoft.Xian.Server.DiscardedCounterMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="DiscardedCounterUnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
<OperationalState ID="DiscardedCounterOverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Property[Type="Jalasoft.Xian.Server"]/Host$</ComputerName>
<CounterName>Discarded Counter</CounterName>
<ObjectName>Xian Connector Module Counters</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>30</Frequency>
<Threshold>5</Threshold>
</Configuration>
</UnitMonitor>