@cryptotaxi247 / netdata-1 / commits / 7e36aba00

Regenerate integrations docs (#21055)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Sep 26, 2025 at 13:16 UTC 7e36aba006b748ed257d0c3754a9ed21e014917d
1 file changed +1 -1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+1 -1
@@ -186,7 +186,7 @@ The following options can be defined globally: update_every, autodetection_retry
186 | | options.timeout | SNMP request/response timeout. | 5 | no |
187 | | options.max_repetitions | Controls how many SNMP variables to retrieve in a single GETBULK request. | 25 | no |
188 | | options.max_request_size | Maximum number of OIDs allowed in a single GET request. | 60 | no |
189 -| **Ping** | ping.enabled | Enable ICMP round-trip measurements (runs alongside SNMP). When disabled, no ping metrics are collected. | no | no |
189 +| **Ping** | ping.enabled | Enable ICMP round-trip measurements (runs alongside SNMP). When disabled, no ping metrics are collected. | yes | no |
190 | | ping.privileged | Use raw ICMP (privileged). If false, unprivileged mode is used. | yes | no |
191 | | ping.packets | Number of ping packets to send per iteration. | 3 | no |
192 | | ping.interval | Interval between sending ping packets. | 100ms | no |