Skip to content

Adjust headers NDM #29268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/en/network_monitoring/devices/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Use the information below for troubleshooting Datadog Network Device Monitoring. If you need additional help, contact [Datadog support][1].

### Device not visible in Datadog
## Device not visible in Datadog

The following assumes you are running Datadog Agent v7.61.0+.

Expand Down Expand Up @@ -80,15 +80,15 @@

Refer to your vendor specific documentation for additional information on running these commands.

### Troubleshooting SNMP Errors
## Troubleshooting SNMP Errors

Check warning on line 83 in content/en/network_monitoring/devices/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Troubleshooting SNMP Errors' should use sentence-style capitalization.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Troubleshooting SNMP Errors
## Troubleshooting SNMP errors

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was taking a look at this one and I'm going to add the header changes to the linked PR to avoid merge conflicts, so will take the suggestions here and move them here:

#29124

Thank you both!


If either the SNMP status or Agent walk shows an error, it could indicate one of the following issues:

#### Permission denied
### Permission denied

If you see a permission denied error while port binding in agent logs, the port number you've indicated may require elevated permissions. To bind to a port number under 1024, see [Using the default SNMP Trap port 162][8].

#### Unreachable or misconfigured device:
### Unreachable or misconfigured device:

**Error**:
```plaintext
Expand All @@ -112,7 +112,7 @@
```
3. Ensure your community string matches.

#### Incorrect SNMPv2 credentials
### Incorrect SNMPv2 credentials

Check warning on line 115 in content/en/network_monitoring/devices/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Incorrect SNMPv2 credentials' should use sentence-style capitalization.

**Error**:
```
Expand All @@ -123,7 +123,7 @@

If using SNMPv2, ensure that a community string is set.

#### Incorrect SNMPv3 privacy protocol
### Incorrect SNMPv3 privacy protocol

Check warning on line 126 in content/en/network_monitoring/devices/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Incorrect SNMPv3 privacy protocol' should use sentence-style capitalization.

**Error**:
```
Expand All @@ -145,7 +145,7 @@
- privKey
- privProtocol

### Traps not being received for devices
## Traps not being received for devices

1. Check the Datadog `agent.log` file to ensure that you can bind to the traps port. The following error indicates that you are unable to bind to the traps port:

Expand All @@ -160,7 +160,7 @@
sudo setcap 'cap_net_bind_service=+ep' /opt/datadog-agent/bin/agent/agent
```

#### Traps incorrectly formatted
## Traps incorrectly formatted

1. Navigate to the troubleshooting dashboard in NDM:

Expand Down
Loading