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: pipeline/inputs/snmp.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,27 @@
1
1
# SNMP
2
2
3
-
The **snmp** input plugin allows you to collect metrics from devices by SNMP(Simple Network Management Protocal) request.
3
+
The _SNMP_ input plugin lets you collect metrics from devices by SNMP(Simple Network Management Protocol) request.
4
4
5
-
## Configuration Parameters
5
+
## Configuration parameters
6
6
7
7
The plugin supports the following configuration parameters:
8
8
9
-
| Key | Description |
10
-
| :--- | :--- |
11
-
|Target\_Host| The target host IP to send the request. Default:`127.0.0.1`|
12
-
| Port | The port to send the request. Default:`161`|
13
-
| Timeout | The timeout of the request in seconds. Default:`5`|
14
-
| Version | The SNMP version to use for the request, currently support`1` and `2c`. Default:`2c`|
15
-
| Community | The SNMP community setting to use for the request. Default:`public`|
16
-
| Retries |The number of retries for the request. Default:`3`|
17
-
| Oid_Type | The type of SNMP request to send, current support `get` ([snmpget](https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpget)) and `walk` ([snmpwalk](https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpwalk)). Default:`get`|
18
-
| Oid | The SNMP OID (Object Identifier) setting to use for the request.Default:`1.3.6.1.2.1.1.3.0` (System up time) |
9
+
| Key | Description | Default |
10
+
| :--- | :--- | :--- |
11
+
|`Target_Host`| The target host IP to send the request. |`127.0.0.1`|
12
+
|`Port`| The port to send the request. |`161`|
13
+
|`Timeout`| The timeout of the request in seconds. |`5`|
14
+
|`Version`| The SNMP version to use for the request. Supported versions:`1` and `2c`. |`2c`|
15
+
|`Community`| The SNMP community setting to use for the request. |`public`|
16
+
|`Retries`|The number of retries for the request. |`3`|
17
+
|`Oid_Type`| The type of SNMP request to send, current support `get` ([snmpget](https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpget)) and `walk` ([snmpwalk](https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpwalk)). |`get`|
18
+
|`Oid`| The SNMP OID (Object Identifier) setting to use for the request.|`1.3.6.1.2.1.1.3.0` (System up time) |
19
19
20
-
## Getting Started
20
+
## Get started
21
21
22
22
You can run the plugin from the command line or through the configuration file:
0 commit comments