MSSQL on Windows Integration Services: Discover Local SQL Server Integration Services

Microsoft.SQLServer.IS.Windows.LocalInstanceDiscovery (Discovery)

This rule discovers Local SQL Server Integration Services on Windows.

Knowledge Base article:

Summary

This rule discovers Local SQL Server Integration Services on Windows.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Interval (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Mixed Monitoring

Specifies the names of the instances that should be monitored in mixed mode. Use comma to divide instance names. Cluster instances are always monitored in mixed mode. Use "*" to monitor all local Integration Services in mixed mode.

 

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.IS.Windows.LocalSeed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.IS.Windows.DataSource.LocalInstanceDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.IS.Windows.LocalInstanceDiscovery" Enabled="true" Target="Microsoft.SQLServer.IS.Windows.LocalSeed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.IS.Windows.LocalInstance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.IS.Windows.DataSource.LocalInstanceDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<AgentlessMonitoring/>
</DataSource>
</Discovery>