mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fe44018250
Conflicts: io/ping/88-ping.html io/wol/39-wol.html social/nma/57-nma.html social/prowl/57-prowl.html social/pushover/57-pushover.html social/twilio/56-twilio.html storage/sqlite/sqlite.html |
||
---|---|---|
.. | ||
88-ping.html | ||
88-ping.js | ||
LICENSE | ||
package.json | ||
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.