@cryptotaxi247 / netdata / commits / b454acbe4

Regenerate integrations docs (#20771)

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

Netdata bot committed Aug 6, 2025 at 15:10 UTC b454acbe411b7b3328f5b1e91524c157f42f9eba
1 file changed +1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+1
@@ -179,6 +179,7 @@ The following options can be defined globally: update_every, autodetection_retry
179 | enable_profiles_table_metrics | Enable collection of SNMP table metrics from profiles. Enabling this may **increase collection time and memory usage** for devices with many network interfaces*. | true | no |
180 | 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. | false | no |
181 | 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 |
182 +| vnode_device_down_threshold | Number of consecutive failed data collections before marking the device as down. | 3 | no |
183 | vnode.guid | A unique identifier for the Virtual Node. If not set, a GUID will be automatically generated from the device's IP address. | | no |
184 | vnode.hostname | The hostname that will be used for the Virtual Node. If not set, the device's hostname will be used. | | no |
185 | vnode.labels | Additional key-value pairs to associate with the Virtual Node. | | no |