diff --git a/doc/Installation/Installation-CentOS-7-Apache.md b/doc/Installation/Installation-CentOS-7-Apache.md index 9b08cd898f..343ed839d6 100644 --- a/doc/Installation/Installation-CentOS-7-Apache.md +++ b/doc/Installation/Installation-CentOS-7-Apache.md @@ -126,7 +126,11 @@ vim /etc/snmpd/snmpd.conf Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string. -`service snmpd restart` +```bash +curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro +chmod +x /usr/bin/distro +service snmpd restart +``` #### Cron job diff --git a/doc/Installation/Installation-CentOS-7-Nginx.md b/doc/Installation/Installation-CentOS-7-Nginx.md index ebf4cf1e62..2554e84d76 100644 --- a/doc/Installation/Installation-CentOS-7-Nginx.md +++ b/doc/Installation/Installation-CentOS-7-Nginx.md @@ -137,7 +137,11 @@ vim /etc/snmpd/snmpd.conf Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string. -`service snmpd restart` +```bash +curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro +chmod +x /usr/bin/distro +service snmpd restart +``` #### Cron job diff --git a/doc/Installation/Installation-Ubuntu-1604-Apache.md b/doc/Installation/Installation-Ubuntu-1604-Apache.md index 18e9962ce7..7452ccf571 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Apache.md +++ b/doc/Installation/Installation-Ubuntu-1604-Apache.md @@ -110,7 +110,11 @@ vim /etc/snmpd.conf Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string. -`service snmpd restart` +```bash +curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro +chmod +x /usr/bin/distro +service snmpd restart +``` #### Cron job diff --git a/doc/Installation/Installation-Ubuntu-1604-Nginx.md b/doc/Installation/Installation-Ubuntu-1604-Nginx.md index 95549343d5..076dbb3515 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Nginx.md +++ b/doc/Installation/Installation-Ubuntu-1604-Nginx.md @@ -113,7 +113,11 @@ vim /etc/snmpd.conf Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string. -`service snmpd restart` +```bash +curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro +chmod +x /usr/bin/distro +service snmpd restart +``` #### Cron job