MECM TFTP Service Discovery

MECM.TftpService.Discovery (Discovery)

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

Element properties:

TargetMECM.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 MECM.SystemService.Discovery.DS Default

Source Code:

<Discovery ID="MECM.TftpService.Discovery" Enabled="true" Target="MECM.PXEServicePoint" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MECM.PXEServicePoint"/>
<DiscoveryClass TypeID="MECM.SystemService"/>
<DiscoveryRelationship TypeID="MECM.SiteRoleContainsSystemService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="MECM.SystemService.Discovery.DS">
<ServiceName>TFTPD</ServiceName>
<RoleName>SMS_PXE_Service_Point</RoleName>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<LogLevel>2</LogLevel>
</DataSource>
</Discovery>