Check Node Interfaces

ISM.Reachability.Check (Task)

This task is to check that Dell Managed Server which is monitored through ISM is reachable or not.

Element properties:

TargetDell.ManagedServer
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout86400

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Dell.ManagedServer.WMIInterface.Reachability.Probe Default

Source Code:

<Task ID="ISM.Reachability.Check" Accessibility="Public" Enabled="true" Target="DellManagedServer!Dell.ManagedServer" Timeout="86400" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="Probe" TypeID="Dell.ManagedServer.WMIInterface.Reachability.Probe">
<HostName>$Target/Property[Type="DellManagedServer!Dell.ManagedServer"]/HostName$</HostName>
<TimeoutSeconds>86400</TimeoutSeconds>
<TimePeriodToCheck>5</TimePeriodToCheck>
<CheckInterval>1</CheckInterval>
<LogEnabled>false</LogEnabled>
</ProbeAction>
</Task>