Performance Collection: Amalga - Receiver\Files With Errors

Microsoft.Amalga.UIS.2009.Monitoring.Receiver.FilesWithErrors.Performance.Collection.Rule (Rule)

Records the total number of files that the service determined to be invalid since the feed was installed. This counter is never reset.

Knowledge Base article:

Summary

Amalga - Receiver\Files With Errors

Resolutions

If the number is unexpected, verify whether the feed is functioning properly.

Element properties:

TargetMicrosoft.Amalga.UIS.2009.DADEServiceHost_Receiver
CategoryPerformanceCollection
EnabledTrue
Instance NameAmalga - Receiver
Counter NameFiles with Errors
Frequency1200
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Amalga.UIS.2009.Monitoring.Receiver.FilesWithErrors.Performance.Collection.Rule" Enabled="onEssentialMonitoring" Target="Amalga2009Discovery!Microsoft.Amalga.UIS.2009.DADEServiceHost_Receiver" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Property[Type="AmalgaLib!Microsoft.Amalga.Library.AmalgaWindowsService"]/VIPName$</ComputerName>
<CounterName>Files with Errors</CounterName>
<ObjectName>Amalga - Receiver</ObjectName>
<InstanceName>$Target/Property[Type="AmalgaLib!Microsoft.Amalga.Library.AmalgaWindowsService"]/ServiceInstanceName$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>1200</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>