Mailbox Version Buckets Allocated Monitor

Microsoft.Exchange2007.Mailbox.PerformanceMonitor.MSExchangeDatabase.Versionbucketsallocated (UnitMonitor)

This monitor checks the Version Buckets Allocated performance counter on Exchange mailbox servers.

Knowledge Base article:

External

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

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.Mailbox
Parent MonitorMicrosoft.Exchange2007.AggregateMonitor.MSExchangeDatabase
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Exchange2007.Performance.FilteredConsecutiveSamplesThreshold.MonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Version Buckets Allocated Error
The number of version buckets allocated 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.MSExchangeDatabase.Versionbucketsallocated" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.Mailbox" ParentMonitorID="Microsoft.Exchange2007.AggregateMonitor.MSExchangeDatabase" Remotable="true" Priority="Normal" TypeID="ExDiscovery!Microsoft.Exchange2007.Performance.FilteredConsecutiveSamplesThreshold.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Exchange2007.Mailbox.PerformanceMonitor.MSExchangeDatabase.Versionbucketsallocated.AlertMessage">
<AlertOnState>Error</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="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Version buckets allocated</CounterName>
<ObjectName>MSExchange Database</ObjectName>
<InstanceName>Information Store</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Expression/>
<Threshold>12000</Threshold>
<Direction>greater</Direction>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>