Skip to content

Commit 0bcda1b

Browse files
Ingest New Documentation (#2831)
Co-authored-by: netdatabot <43409846+netdatabot@users.noreply.github.com>
1 parent a006791 commit 0bcda1b

3 files changed

Lines changed: 428 additions & 75 deletions

File tree

docs/Collecting Metrics/Collectors/Networking/SNMP devices.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,14 @@ The following options can be defined globally: update_every, autodetection_retry
167167
| | user.auth_key | Authentication protocol pass phrase for SNMPv3 messages. | | no |
168168
| | [user.priv_proto](#option-snmpv3-user-priv-proto) | Privacy protocol for SNMPv3 messages. | | no |
169169
| | user.priv_key | Privacy protocol pass phrase for SNMPv3 messages. | | no |
170+
| | user.context_name | SNMPv3 context name used to address a specific MIB view on multi-context agents (e.g. virtual routers, logical partitions, snmpsim-simulated devices). Leave empty to use the default context. | | no |
170171
| **SNMP transport** | options.version | SNMP version. Available versions: 1, 2, 3. | 2 | no |
171172
| | options.port | Target port. | 161 | no |
172173
| | options.retries | Retries to attempt. | 1 | no |
173174
| | options.timeout | SNMP request/response timeout. | 5 | no |
174175
| | options.max_repetitions | Controls how many SNMP variables to retrieve in a single GETBULK request. | 25 | no |
175176
| | options.max_request_size | Maximum number of OIDs allowed in a single GET request. | 60 | no |
176-
| **Ping** | ping_only | Collect only ICMP round-trip metrics and skip periodic SNMP polling. A minimal SNMP sysInfo probe still runs at setup for naming/labels/metadata. | no | no |
177+
| **Ping** | ping_only | Collect only ICMP round-trip metrics and skip periodic SNMP polling. Implies ping is enabled regardless of the `ping.enabled` setting. A minimal SNMP sysInfo probe still runs at setup for naming/labels/metadata. | no | no |
177178
| | ping.enabled | Enable ICMP round-trip measurements (runs alongside SNMP). When disabled, no ping metrics are collected. | yes | no |
178179
| | ping.privileged | Use raw ICMP (privileged). If false, unprivileged mode is used. | yes | no |
179180
| | ping.packets | Number of ping packets to send per iteration. | 3 | no |

0 commit comments

Comments
 (0)