Reserved

Microsoft.Linux.SSH.Discovery.Task (Task)

Element properties:

TargetMicrosoft.SystemCenter.ManagementServicePool
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Enumerate ProbeAction Microsoft.Unix.SSHCommand.ProbeAction Default

Source Code:

<Task ID="Microsoft.Linux.SSH.Discovery.Task" Target="SC!Microsoft.SystemCenter.ManagementServicePool" Accessibility="Public" Enabled="true">
<Category>Maintenance</Category>
<ProbeAction ID="Enumerate" TypeID="Unix!Microsoft.Unix.SSHCommand.ProbeAction">
<Host/>
<Port/>
<UserName/>
<Password/>
<Command>cat /etc/*-release</Command>
<TimeoutSeconds>20</TimeoutSeconds>
<IgnoreElevation>true</IgnoreElevation>
</ProbeAction>
</Task>