Exchange 2013 Mailbox Database: Available Space (MB)

Microsoft.Exchange.15.Rules.MailboxDatabase.AvailableSpace (Rule)

Displays the amount of free space (in megabytes) left on disk and available for the given mailbox database. This performance collection rule collects multiple instances – one instance per mailbox database copy.

Knowledge Base article:

Summary

Exchange 2013 Mailbox Database: Available Space (MB)

Displays the amount of free space (in megabytes) left on disk and available for the given mailbox database. This performance collection rule collects multiple instances – one instance per mailbox database copy.

Element properties:

TargetMicrosoft.Exchange.15.MailboxDatabaseCopy
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange.15.Database.Storage.DataSourceMapped Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Exchange.15.Rules.MailboxDatabase.AvailableSpace" Target="Microsoft.Exchange.15.MailboxDatabaseCopy" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Exchange.15.Database.Storage.DataSourceMapped">
<ObjectName>Exchange Mailbox Database</ObjectName>
<CounterName>Database Available Space (MB)</CounterName>
<InstanceName>$Target/Property[Type="Microsoft.Exchange.15.MailboxDatabaseCopy"]/DatabaseCopyName$</InstanceName>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<SyncTime/>
<VerboseLogging>0</VerboseLogging>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>