From d0f36dcda101aa7c420d2bb531109753ffa11090 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 7 Dec 2018 16:55:16 +0000 Subject: [PATCH] update ping node readme (how to run in snap) --- io/ping/88-ping.html | 4 +++- io/ping/README.md | 5 ++++- io/ping/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/io/ping/88-ping.html b/io/ping/88-ping.html index ad1e2d26..97bd035f 100644 --- a/io/ping/88-ping.html +++ b/io/ping/88-ping.html @@ -18,7 +18,9 @@

Pings a machine and returns the trip time in mS as msg.payload.

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

Default ping is every 20 seconds but can be configured.

-

msg.topic contains the target host ip. +

msg.topic contains the target host ip.

+

Note: if running inside Ubuntu Snap you will need to manually start the network-observe interface. + `snap connect node-red:network-observe`