TFTP Service Discovery

Microsoft.SystemCenter2012.ConfigurationManager.TftpServiceDiscovery (Discovery)

This discovery discovers the TFTP service on the PXE service point.

Knowledge Base article:

Summary

This discovery discovers the TFTP service on the PXE service point.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.PxeServicePoint
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter2012.ConfigurationManager.SystemServiceDiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SystemCenter2012.ConfigurationManager.TftpServiceDiscovery" Enabled="true" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.PxeServicePoint" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.PxeServicePoint"/>
<DiscoveryClass TypeID="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SystemService"/>
<DiscoveryRelationship TypeID="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteRoleContainsSystemService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.SystemServiceDiscoveryProvider">
<ServiceName>TFTPD</ServiceName>
<RoleName>SMS_PXE_Service_Point</RoleName>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<LogLevel>2</LogLevel>
</DataSource>
</Discovery>