node-red-nodes/io/ping
Dave C-J 0cd3d2cb6e spelling correction to ping node icon tag 2014-08-30 11:00:28 +01:00
..
88-ping.html spelling correction to ping node icon tag 2014-08-30 11:00:28 +01:00
88-ping.js Update node-red-nodes io nodes to use strict and pass jshint scan 2014-06-28 23:35:33 +01:00
LICENSE Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
README.md Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
package.json Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00

README.md

node-red-node-ping

A Node-RED node to ping a remote server, for use as a keep-alive check.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-ping

Usage

Pings a machine and returns the trip time in mS.

Returns boolean false if no response received within 5 seconds, or if the host is unresolveable.

Default ping is every 20 seconds but can be configured.