Regenerate integrations docs (#22176)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Apr 9, 2026 at 22:30 UTC
a71684acf51d36202b5f4c678186f98be1beffb1
1 file changed
+1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+1
@@ -161,6 +161,7 @@ The following options can be defined globally: update_every, autodetection_retry
161
| | user.auth_key | Authentication protocol pass phrase for SNMPv3 messages. | | no |
162
| | [user.priv_proto](#option-snmpv3-user-priv-proto) | Privacy protocol for SNMPv3 messages. | | no |
163
| | user.priv_key | Privacy protocol pass phrase for SNMPv3 messages. | | no |
164
+| | 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 |
165
| **SNMP transport** | options.version | SNMP version. Available versions: 1, 2, 3. | 2 | no |
166
| | options.port | Target port. | 161 | no |
167
| | options.retries | Retries to attempt. | 1 | no |