@cryptotaxi247 / netdata-1 / commits / e6b202aac

Regenerate integrations docs (#19883)

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

Netdata bot committed Mar 17, 2025 at 07:53 UTC e6b202aac829eabb955923030656d770226f85a4
1 file changed +14 -1
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+14 -1
@@ -50,7 +50,20 @@ This collector supports collecting metrics from multiple instances of this integ
50
51 #### Auto-Detection
52
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.
53 +SNMP service discovery is a dedicated component that automatically scans configured networks to find SNMP-enabled devices.
54 +
55 +- This feature is disabled by default and requires explicit user configuration to activate.
56 +- 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.
57 +- Discovered devices are automatically made available to the SNMP collector for monitoring.
58 +
59 +The configuration file name is [go.d/sd/snmp.conf](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/config/go.d/sd/snmp.conf).
60 +
61 +You can edit the configuration file using the edit-config script from the Netdata [config directory](https://learn.netdata.cloud/docs/netdata-agent/configuration#the-netdata-config-directory).
62 +
63 +```bash
64 + cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
65 + sudo ./edit-config go.d/sd/snmp.conf
66 + ```
67
68
69 #### Limits