Regenerate integrations docs (#22182)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Apr 12, 2026 at 17:01 UTC
c17acbc3ad975dfb9b1736a8dcc33231f348d2ea
1 file changed
+1
-1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+1
-1
@@ -168,7 +168,7 @@ The following options can be defined globally: update_every, autodetection_retry
168
| | options.timeout | SNMP request/response timeout. | 5 | no |
169
| | options.max_repetitions | Controls how many SNMP variables to retrieve in a single GETBULK request. | 25 | no |
170
| | options.max_request_size | Maximum number of OIDs allowed in a single GET request. | 60 | no |
171
-| **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 |
171
+| **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 |
172
| | ping.enabled | Enable ICMP round-trip measurements (runs alongside SNMP). When disabled, no ping metrics are collected. | yes | no |
173
| | ping.privileged | Use raw ICMP (privileged). If false, unprivileged mode is used. | yes | no |
174
| | ping.packets | Number of ping packets to send per iteration. | 3 | no |