From 7e16a3438aafb65985dad52ed53585106915bb72 Mon Sep 17 00:00:00 2001 From: FTBZ Date: Fri, 21 Oct 2016 08:21:11 +0200 Subject: [PATCH] Adding more information about Linux (snmpd) configuration --- doc/Support/SNMP-Configuration-Examples.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/Support/SNMP-Configuration-Examples.md b/doc/Support/SNMP-Configuration-Examples.md index 351116d840..2b44b1e48c 100644 --- a/doc/Support/SNMP-Configuration-Examples.md +++ b/doc/Support/SNMP-Configuration-Examples.md @@ -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