Regenerate integrations docs (#20675)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jul 14, 2025 at 14:29 UTC
3c89af23dc9d97bc6063acde06deeff7e1604400
1 file changed
+3
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+3
@@ -175,6 +175,9 @@ The following options can be defined globally: update_every, autodetection_retry
175
| update_every | Data collection frequency. | 10 | no |
176
| autodetection_retry | Recheck interval in seconds. Zero means no recheck will be scheduled. | 0 | no |
177
| hostname | Target ipv4 address. | | yes |
178
+| enable_profiles | Enable collection of metrics using SNMP profiles. | true | no |
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.guid | A unique identifier for the Virtual Node. If not set, a GUID will be automatically generated from the device's IP address. | | no |
183
| vnode.hostname | The hostname that will be used for the Virtual Node. If not set, the device's hostname will be used. | | no |