mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adding more information about Linux (snmpd) configuration
This commit is contained in:
@ -106,6 +106,13 @@ The LibreNMS server include a copy of this example here:
|
||||
/opt/librenms/snmpd.conf.example
|
||||
```
|
||||
|
||||
The binary /usr/bin/distro must be copied from the original source repository:
|
||||
|
||||
```
|
||||
curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro
|
||||
chmod +x /usr/bin/distro
|
||||
```
|
||||
|
||||
#### Restart the snmpd service:
|
||||
|
||||
##### CentOS 6 / Red hat 6
|
||||
|
Reference in New Issue
Block a user