Changes

no edit summary
Line 44: Line 44:  
     <tr>
 
     <tr>
 
         <td>Type</td>
 
         <td>Type</td>
         <td>Ping {{!}} Wget; default: <b>Ping</b></td>
+
         <td>Ping {{!}} <span style="color:olive">Wget</span>{{#switch:{{{name}}}|TSW202={{!}} <span style="color:blue">Port; default</span>: <b>Ping</b></td>
 
         <td>Method used for health checking.
 
         <td>Method used for health checking.
 
             <ul>
 
             <ul>
Line 71: Line 71:  
         <td>integer [1..9999]; default: <b>5</b></td>
 
         <td>integer [1..9999]; default: <b>5</b></td>
 
         <td>Maximum response time. If no echo is received after the amount of time specified in this field has passed, the ping/wget request is considered to have failed.</td>
 
         <td>Maximum response time. If no echo is received after the amount of time specified in this field has passed, the ping/wget request is considered to have failed.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:olive">URL</span></td>
 +
        <td>url; default: <b>none</b></td>
 +
        <td>URL to which the wget requests will be sent. E.g. http://www.host.com</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 91: Line 96:  
         <td>host {{!}} ip; default: <b>8.8.8.8</b></td>
 
         <td>host {{!}} ip; default: <b>8.8.8.8</b></td>
 
         <td>Hostname or IP address to which the Ping/Wget requests will be sent.</td>
 
         <td>Hostname or IP address to which the Ping/Wget requests will be sent.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue">Ping by</span></td>
 +
        <td><span style="color:green">Port</span> {{!}} IP; default: <b>8.8.8.8</b></td>
 +
        <td>Ping IP's by Port or by IP.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:green">Port to ping</span></td>
 +
        <td>port number and number of devices (unsigned integer); default: <b>Port1:1</b></td>
 +
        <td>Port number and number of devices addresses to be pinged. (Number of devices connected must be less or equal to the actual number of connected devices to the port).</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>