Published OpsDB Alert Data Source

Microsoft.SystemCenter.PublishedOpsDBAlertProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Health.AlertUpdateData
Commentprovides the alerts published on the agent

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.PublishedAlertProviderInternal Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.PublishedOpsDBAlertProvider" Comment="provides the alerts published on the agent" Accessibility="Public" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS1" TypeID="Microsoft.SystemCenter.PublishedAlertProviderInternal">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>7CC5F24C-D632-400A-953B-BFA2BBB26B83</ChannelId>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Health!System.Health.AlertUpdateData</OutputType>
</DataSourceModuleType>