@cryptotaxi247 / netdata / commits / 7fc895612

Regenerate integrations docs (#21065)

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

Netdata bot committed Sep 28, 2025 at 16:40 UTC 7fc89561235dcf2b01f36ef1f6c949ed33bff1a2
1 file changed +2 -1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+2 -1
@@ -186,7 +186,8 @@ 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. | yes | no |
189 +| **Ping** | ping_only | Collect only ICMP round-trip metrics and skip periodic SNMP metrics. A minimal SNMP sysInfo request is still performed when setting up the Virtual Node (for naming/labels and metadata). | no | no |
190 +| | ping.enabled | Enable ICMP round-trip measurements (runs alongside SNMP). When disabled, no ping metrics are collected. | yes | no |
191 | | ping.privileged | Use raw ICMP (privileged). If false, unprivileged mode is used. | yes | no |
192 | | ping.packets | Number of ping packets to send per iteration. | 3 | no |
193 | | ping.interval | Interval between sending ping packets. | 100ms | no |