Advisor Http Module Post Expire Monitor

AdvisorHttpModulePostExpireMonitor (UnitMonitor)

Knowledge Base article:

Summary

One or more data batch was dropped dropped after exceeding retry time.

Causes

This indicates that some data was not uploaded to Advisor for some time and was lost ; there should be additional Alerts pointing at the root cause as to why data was failing to be sent in the first place. Possible causes can include the following:

Resolutions

Look at the other alerts regarding Advisor connection to get more information about the actual failures that are or have been occurring.

External

You can find additional troubleshooting information at http://go.microsoft.com/fwlink/?LinkId=395052

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAdvisorRepeatedEventsMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Advisor Http Module Post Expire Monitor

One or more data batch was dropped dropped after exceeding retry time.
This indicates that some data was not uploaded to Advisor for some time and was lost ; there should be additional Alerts pointing at the root cause as to why data was failing to be sent in the first place.
Typical reasons include but are not limited to problems with DNS name resolution, failed SSL connection, network timeout and proxy settings.
Check the Knowledge Tab for possible resolutions.
RunAsDefault

Source Code:

<UnitMonitor ID="AdvisorHttpModulePostExpireMonitor" Accessibility="Public" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="AdvisorRepeatedEventsMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="AdvisorHttpModulePostExpireMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AdvisorHttpModulePostExpireMonitorTimerEventRaised" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="AdvisorHttpModulePostExpireMonitorRepeatedEventRaised" MonitorTypeStateID="Bad" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<RepeatCount>2</RepeatCount>
<IntervalSeconds>10800</IntervalSeconds>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>2136</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>