mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Clarify tha snmp node oids must be numeric
docs only
This commit is contained in:
parent
c1650b5d47
commit
3d06102d1e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-snmp",
|
"name" : "node-red-node-snmp",
|
||||||
"version" : "0.0.19",
|
"version" : "0.0.20",
|
||||||
"description" : "A Node-RED node that looks for SNMP oids.",
|
"description" : "A Node-RED node that looks for SNMP oids.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"net-snmp" : "1.2.4"
|
"net-snmp" : "1.2.4"
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
<p><code>msg.host</code> may contain the host.</p>
|
<p><code>msg.host</code> may contain the host.</p>
|
||||||
<p><code>msg.community</code> may contain the community.</p>
|
<p><code>msg.community</code> may contain the community.</p>
|
||||||
<p><code>msg.oid</code> may contain a comma separated list of oids to request. (no spaces)</p>
|
<p><code>msg.oid</code> may contain a comma separated list of oids to request. (no spaces)</p>
|
||||||
|
<p>OIDs must be numeric. iso. is the same a 1. </p>
|
||||||
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -101,6 +102,7 @@
|
|||||||
},
|
},
|
||||||
{ "oid": ... }
|
{ "oid": ... }
|
||||||
]</pre>
|
]</pre>
|
||||||
|
<p>OIDs must be numeric. iso. is the same a 1.</p>
|
||||||
</p>
|
</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -162,6 +164,7 @@
|
|||||||
<p><code>msg.host</code> may contain the host.</p>
|
<p><code>msg.host</code> may contain the host.</p>
|
||||||
<p><code>msg.community</code> may contain the community.</p>
|
<p><code>msg.community</code> may contain the community.</p>
|
||||||
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
||||||
|
<p>OID must be numeric. iso. is the same a 1.</p>
|
||||||
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -223,6 +226,7 @@
|
|||||||
<p><code>msg.host</code> may contain the host.</p>
|
<p><code>msg.host</code> may contain the host.</p>
|
||||||
<p><code>msg.community</code> may contain the community.</p>
|
<p><code>msg.community</code> may contain the community.</p>
|
||||||
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
||||||
|
<p>OID must be numeric. iso. is the same a 1. </p>
|
||||||
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -285,6 +289,7 @@
|
|||||||
<p><code>msg.host</code> may contain the host.</p>
|
<p><code>msg.host</code> may contain the host.</p>
|
||||||
<p><code>msg.community</code> may contain the community.</p>
|
<p><code>msg.community</code> may contain the community.</p>
|
||||||
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
|
||||||
|
<p>OID must be numeric. iso. is the same a 1. </p>
|
||||||
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user