IIS 7.0 Discovery

Microsoft.Windows.InternetInformationServices.CollectDiscoveryData (Rule)

This rule runs runs on the Management Server and discovers IIS 7.0 Web Sites and Web applications on the agent.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all discovery data from the discovery server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource PublishedDiscoveryDataProvider Default
WA WriteAction Microsoft.SystemCenter.DiscoveryDataWriter Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.CollectDiscoveryData" Comment="this rule collects all discovery data from the discovery server" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="1">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="PublishedDiscoveryDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SC!Microsoft.SystemCenter.DiscoveryDataWriter"/>
</WriteActions>
</Rule>