Exchange 2007 Mailbox Messages Sent

Microsoft.Exchange2007.Mailbox.MSExchangeISMailbox.MessagesSent (Rule)

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.Mailbox
CategoryPerformanceCollection
EnabledTrue
Instance NameMSExchangeIS Mailbox
Counter NameMessages Sent/sec
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Exchange2007.Mailbox.MSExchangeISMailbox.MessagesSent" Enabled="onEssentialMonitoring" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.Mailbox" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Messages Sent/sec</CounterName>
<ObjectName>MSExchangeIS Mailbox</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>