IIS 7 Discovery

AVIcode.DotNet.SystemCenter.InitializeIIS7Discovery.Rule (Rule)

Knowledge Base article:

Summary

This rule initiate IIS 7 discovery.

Element properties:

TargetMicrosoft.Windows.Computer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
WriteToDB WriteAction AVIcode.DotNet.SystemCenter.InitiateDiscovery Default

Source Code:

<Rule ID="AVIcode.DotNet.SystemCenter.InitializeIIS7Discovery.Rule" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="true" Remotable="false">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="AVIcode.DotNet.SystemCenter.InitiateDiscovery">
<TimeoutSeconds>600</TimeoutSeconds>
<EventId>19992</EventId>
<EventMessage>IIS 7 is going to be discovered.</EventMessage>
</WriteAction>
</WriteActions>
</Rule>