Discover UNIX/Linux ACS Endpoint

Microsoft.ACS.Unix.ACSEndPoint.Discovery (Discovery)

This rule discovers the ACS endpoint for UNIX/Linux computers

Knowledge Base article:

Summary

This object allows turning on and off discovery of ACS on UNIX-based and Linux-based computers.

Element properties:

TargetMicrosoft.Unix.Computer
EnabledFalse
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Unix.ScheduledClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.ACS.Unix.ACSEndPoint.Discovery" Target="Unix!Microsoft.Unix.Computer" Enabled="false" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ACS.Unix.ACSEndPoint"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Unix!Microsoft.Unix.ScheduledClassSnapshotDataMapper">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">14400</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
<ClassId>$MPElement[Name="Microsoft.ACS.Unix.ACSEndPoint"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Unix!Microsoft.Unix.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>ACS EndPoint</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>