@cryptotaxi247 / netdata-1 / commits / f159fd390

Regenerate integrations docs (#19791)

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

Netdata bot committed Mar 7, 2025 at 02:09 UTC f159fd39065eae5e0373d75bc8d5157c914617ac
1 file changed +2 -1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+2 -1
@@ -50,7 +50,8 @@ This collector supports collecting metrics from multiple instances of this integ
50
51 #### Auto-Detection
52
53 -This integration doesn't support auto-detection.
53 +SNMP service discovery is a dedicated component that automatically scans configured networks to find SNMP-enabled devices. This feature is disabled by default and requires explicit user configuration to activate. When enabled, it discovers devices using customizable credentials, supports various IP range formats (single IPs, ranges, CIDR) with a limit of 512 IPs per subnet, and optimizes network traffic through configurable caching of discovery results. Discovered devices are automatically made available to the SNMP collector for monitoring. See [configuration examples](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/config/go.d/sd/snmp.conf) for details on setting up credentials and networks to scan.
54 +
55
56 #### Limits
57