Ping Device
Jalasoft.Xian.Component.Tasks.Ping.JsXMySQLServerUnixDeviceElement (Task)
Execute a ping to the device monitored
Element properties:
Member Modules:
Source Code:
<Task ID="Jalasoft.Xian.Component.Tasks.Ping.JsXMySQLServerUnixDeviceElement" Accessibility="Public" Enabled="true" Target="ThirdParty_MySQL!Jalasoft.Xian.Common.Elements.ThirdParty.MySQL.JsXMySQLServerUnixDeviceElement" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="TaskWriter" TypeID="System!System.CommandExecuter">
<ApplicationName>%SystemRoot%\system32\ping.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>$Target/Property[Type="ThirdParty_MySQL!Jalasoft.Xian.Common.Elements.ThirdParty.MySQL.JsXMySQLServerUnixDeviceElement"]/Address$</CommandLine>
<TimeoutSeconds>15</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>