Exchange 2013 Server: Disk Size (MB)

Microsoft.Exchange.15.Rules.ExchangeServer.Disk.Size (Rule)

Displays the total size of disk, in megabytes. This performance collection rule collects information only for disks that are used by Exchange 2013 to store logs, databases, etc.

Knowledge Base article:

Summary

Exchange 2013 Server: Disk Size (MB).

Displays the total size of disk, in megabytes. This performance collection rule collects information only for disks that are used by Exchange 2013 to store logs, databases, etc.

Element properties:

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

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Exchange.15.Rules.ExchangeServer.Disk.Size" Target="Microsoft.Exchange.15.Server" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Exchange.15.Server.Storage.DataSourceMapped">
<ObjectName>Exchange Server</ObjectName>
<CounterName>Disk Size (MB)</CounterName>
<InstanceName>*</InstanceName>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/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>