From 3d06102d1e2152e819ca67400ab2d19fe1d091bb Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 15 Feb 2019 22:15:33 +0000 Subject: [PATCH] Clarify tha snmp node oids must be numeric docs only --- io/snmp/package.json | 2 +- io/snmp/snmp.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/io/snmp/package.json b/io/snmp/package.json index 4e7f3926..f077512b 100644 --- a/io/snmp/package.json +++ b/io/snmp/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-snmp", - "version" : "0.0.19", + "version" : "0.0.20", "description" : "A Node-RED node that looks for SNMP oids.", "dependencies" : { "net-snmp" : "1.2.4" diff --git a/io/snmp/snmp.html b/io/snmp/snmp.html index 54feda50..c08e9792 100644 --- a/io/snmp/snmp.html +++ b/io/snmp/snmp.html @@ -32,6 +32,7 @@

msg.host may contain the host.

msg.community may contain the community.

msg.oid may contain a comma separated list of oids to request. (no spaces)

+

OIDs must be numeric. iso. is the same a 1.

The node will output msg.payload and msg.oid.

@@ -101,6 +102,7 @@ }, { "oid": ... } ] +

OIDs must be numeric. iso. is the same a 1.

@@ -162,6 +164,7 @@

msg.host may contain the host.

msg.community may contain the community.

msg.oid may contain the oid of a table to request.

+

OID must be numeric. iso. is the same a 1.

The node will output msg.payload and msg.oid.

@@ -223,6 +226,7 @@

msg.host may contain the host.

msg.community may contain the community.

msg.oid may contain the oid of a table to request.

+

OID must be numeric. iso. is the same a 1.

The node will output msg.payload and msg.oid.

@@ -285,6 +289,7 @@

msg.host may contain the host.

msg.community may contain the community.

msg.oid may contain the oid of a table to request.

+

OID must be numeric. iso. is the same a 1.

The node will output msg.payload and msg.oid.