You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/iot-gateway/config/snmp.md
+27-29Lines changed: 27 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@ description: SNMP monitoring support for ThingsBoard IoT Gateway
10
10
11
11
This guide will help you to get familiar with SNMP Connector configuration for ThingsBoard IoT Gateway.
12
12
Use [general configuration guide](/docs/iot-gateway/configuration/) to enable this Connector.
13
-
The purpose of this Connector is to get data from SNMP managers objects and write some data there.
13
+
The purpose of this Connector is to get data from SNMP manager objects and write some data to them.
14
14
15
-
This connector is useful when you have SNMP manager in your network and you would like to push this data to the ThingsBoard.
15
+
This connector is useful when you have SNMP manager in your network and you would like to push the data to the ThingsBoard.
16
16
17
17
We will describe connector configuration file below.
18
18
19
19
## Connector configuration: snmp.json
20
20
21
21
Connector configuration is a JSON file that contains information about SNMP managers and how to process the data.
22
-
Let's review the format of the configuration file using example below.
22
+
Let's review the format of the configuration file using the example below.
23
23
24
24
<b>Example of SNMP Connector config file.</b>
25
25
26
26
Example listed below will connect to a manager on **snmp.live.gambitcommunications.com**.
27
-
Then, connector will try to read the data from objects using configuration from attributes, telemetry section. See more info in a description below.
27
+
Then, connector will try to read the data from objects using configuration from attributes, and telemetry section. See more info in a description below.
28
28
29
29
{% capture snmpConf %}
30
30
{
@@ -187,19 +187,18 @@ Main configuration for the device item should contain the following parameters:
187
187
188
188
#### Attributes section
189
189
190
-
This configuration section contains array of objects with configuration for data processing, objects configured there will be processed as device attributes.
191
-
By default, the gateway uses uplink converter which sends received data from SNMP manager to the ThingsBoard, but it is possible to provide custom converter.
190
+
This configuration section contains an array of objects with configuration for data processing. Objects configured here will be processed as device attributes.
191
+
By default, the gateway uses an uplink converter to send received data from SNMP manager to ThingsBoard, but it is also possible to use a custom converter.
192
192
193
-
**Note**: Some configuration parameters in configuration objects depend on used method. You can read more about specific configuration parameters for methods [here](#supported-methods-and-their-configuration)
193
+
**Note**: Some configuration parameters in the configuration objects depend on the method being used. You can read more about specific configuration parameters for methods [here](#supported-methods-and-their-configuration)
194
194
195
195
General configuration parameters are:
196
196
197
-
|**Parameter**|**Default value**|**Description**|
198
-
|:-|:-|-
199
-
200
-
| key |**ReceivedFromGet**| Attribute key in device on ThingsBoard. |
201
-
| method |**get**| Method for data processing. Supported methods are [here](#supported-methods-and-their-configuration). |
202
-
| oid |**1.3.6.1.2.1.1.1.0**| Manager object identifier. |
197
+
|**Parameter**|**Default value**|**Description**|
198
+
|:-|:-------------------------------|-
199
+
| key |**ReceivedFromGet**| Attribute key in device on ThingsBoard. |
200
+
| method |**get**| Method for data processing. Supported methods are [here](#supported-methods-and-their-configuration). |
201
+
| oid |**1.3.6.1.2.1.1.1.0**| Manager object identifier. |
This configuration section contains array of objects with configuration for data processing, objects configured there will be processed as device telemetry.
218
-
By default, the gateway uses uplink converter which sends received data from SNMP manager to the ThingsBoard, but it is possible to provide custom converter.
216
+
This configuration section contains an array of objects with configuration for data processing. Objects configured here will be processed as device telemetry.
217
+
By default, the gateway uses an uplink converter to send received data from SNMP manager to ThingsBoard, but it is also possible to use a custom converter.
219
218
220
219
**Note**: Some configuration parameters in configuration objects depend on used method. You can read more about specific configuration parameters for methods [here](#supported-methods-and-their-configuration)
221
220
222
221
General configuration parameters are:
223
222
224
-
|**Parameter**|**Default value**|**Description**|
225
-
|:-|:-|-
226
-
227
-
| key |**ReceivedFromTable**| Telemetry key in device on ThingsBoard. |
228
-
| method |**table**| Method for data processing. Supported methods are [here](#supported-methods-and-their-configuration). |
229
-
| oid |**1.3.6.1.2.1.1**| Manager object identifier. |
0 commit comments