Public Folder Receive Queue Size Monitor

Microsoft.Exchange2007.Mailbox.PerformanceMonitor.MSExchangeISPublic.ReceiveQueueSize (UnitMonitor)

Knowledge Base article:

External

For more information, see the respective topic at the Microsoft Exchange Server TechCenter

Element properties:

TargetMicrosoft.Exchange2007.Component.Database.PublicFolder
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Exchange2007.Performance.FilteredConsecutiveSamplesThreshold.MonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Receive Queue Size High
Public Folder Receive Queue Size on Exchange server {0} has been above the configured threshold for {1} samples with last value being {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Exchange2007.Mailbox.PerformanceMonitor.MSExchangeISPublic.ReceiveQueueSize" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="ExLibrary!Microsoft.Exchange2007.Component.Database.PublicFolder" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ExDiscovery!Microsoft.Exchange2007.Performance.FilteredConsecutiveSamplesThreshold.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Exchange2007.Mailbox.PerformanceMonitor.MSExchangeISPublic.ReceiveQueueSize.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
<AlertParameter3>$Data/Context/SampleValue$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConditionFalse" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
<OperationalState ID="ConditionTrue" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Receive Queue Size</CounterName>
<ObjectName>MSExchangeIS Public</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>60</Frequency>
<Expression/>
<Threshold>25</Threshold>
<Direction>greater</Direction>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>