Corrected CentOS 7/RHEL 7 snmp.conf path (#4519)

Documentation: fixed centos snmp path
This commit is contained in:
FTBZ
2016-09-21 18:22:38 +02:00
committed by Daniel Preussker
parent a4988d6dc5
commit 369bfaf508
2 changed files with 4 additions and 4 deletions

View File

@@ -121,8 +121,8 @@ Once you have completed the web installer steps. Please add the following to `co
#### Configure snmpd
```bash
cp /opt/librenms/snmpd.conf.example /etc/snmpd/snmpd.conf
vim /etc/snmpd/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.

View File

@@ -132,8 +132,8 @@ Once you have completed the web installer steps. Please add the following to `co
#### Configure snmpd
```bash
cp /opt/librenms/snmpd.conf.example /etc/snmpd/snmpd.conf
vim /etc/snmpd/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.