Check Node Interfaces

OMSA.Reachability.Check (Task)

Dell OpenManage Server Administrator Check

Element properties:

TargetDell.WindowsServer.Server
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout86400

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Dell.OMSA.Ping.Probe Default

Source Code:

<Task ID="OMSA.Reachability.Check" Accessibility="Public" Enabled="true" Target="Dell.WindowsServer.Server" Timeout="86400" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="Probe" TypeID="Dell.OMSA.Ping.Probe">
<HostName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</HostName>
<TimeoutSeconds>86400</TimeoutSeconds>
<TimePeriodToCheck>5</TimePeriodToCheck>
<CheckInterval>1</CheckInterval>
<LogEnabled>false</LogEnabled>
</ProbeAction>
</Task>