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: snmpwalk/README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,21 @@
2
2
3
3
## Overview
4
4
5
-
Get metrics from SNMP walk service in real time to:
5
+
This integration provides insight into SNMP walk states in real time to:
6
6
7
-
- Visualize and monitor SNMP walk states
8
-
- Be notified about SNMP walk failovers and events.
7
+
- Visualize and monitor SNMP walk states.
8
+
- Be notified about SNMP walk failovers.
9
9
10
10
## Setup
11
11
12
12
The SNMP walk check is not included in the [Datadog Agent][2] package, so you need to install it.
13
13
14
+
You can also use the [`snmp walk`][11] command as an alternative to this integration:
15
+
16
+
```
17
+
sudo -u dd-agent datadog-agent snmp walk
18
+
```
19
+
14
20
### Installation
15
21
16
22
For Agent v7.21+ / v6.21+, follow the instructions below to install the SNMP walk check on your host. See [Use Community Integrations][3] to install with the Docker Agent or earlier versions of the Agent.
@@ -31,21 +37,21 @@ For Agent v7.21+ / v6.21+, follow the instructions below to install the SNMP wal
31
37
32
38
## Validation
33
39
34
-
[Run the Agent's `status` subcommand][9] and look for `snmpwalk` under the Checks section.
40
+
[Run the Agent's `status` subcommand][9] and look for `snmpwalk` under the Checks section.
35
41
36
42
## Data Collected
37
43
38
44
### Metrics
39
45
40
-
The SNMP walk check does not include any metrics.
46
+
The SNMP walk integration does not include any metrics.
41
47
42
48
### Events
43
49
44
50
The SNMP walk check does not include any events.
45
51
46
52
### Service Checks
47
53
48
-
See [service_checks.json][11] for a list of service checks provided by this integration.
54
+
The SNMP walk integration does not include any service checks.
49
55
50
56
## Troubleshooting
51
57
@@ -60,4 +66,4 @@ Need help? Contact [Datadog support][10].
0 commit comments