Update snmpd setup in Installation-Ubuntu-1604 docs (#4243)

docs: Update snmpd setup in Installation-Ubuntu-1604 docs #4243
This commit is contained in:
cromagdk
2016-08-28 18:42:41 +01:00
committed by Neil Lathwood
co-authored by Neil Lathwood
parent 9284bc60ff
commit a8fce2808f
2 changed files with 4 additions and 4 deletions
@@ -105,8 +105,8 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in
#### Configure snmpd
```bash
cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf
vim /etc/snmpd.conf
cp /opt/librenms/snmpd.conf.example /etc/snmp/snmpd.conf
vim /etc/snmp/snmpd.conf
```
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.
@@ -108,8 +108,8 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in
#### Configure snmpd
```bash
cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf
vim /etc/snmpd.conf
cp /opt/librenms/snmpd.conf.example /etc/snmpd/snmpd.conf
vim /etc/snmpd/snmpd.conf
```
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.