@cryptotaxi247 / netdata-1 / commits / 6bc756412

Regenerate integrations docs (#21053)

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

Netdata bot committed Sep 26, 2025 at 11:16 UTC 6bc75641235cbe758a42a6a29914b23af0d8d034
1 file changed +4
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+4
@@ -186,6 +186,10 @@ 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 |
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 |
193 | **Profiles** | manual_profiles | Profiles to apply if automatic detection cannot be used. | [] | no |
194 | | disable_legacy_collection | Disable the legacy SNMP collection method, forcing the collector to use only SNMP profiles (YAML-based configuration). When enabled, the collector will ignore any non-profile based collection logic. | true | no |
195 | **Virtual node** | create_vnode | If set, the collector will create a Netdata Virtual Node for this SNMP device, which will appear as a separate Node in Netdata. | true | no |