Fixed format for snmpd configuration step (#9203)

This commit is contained in:
TheGreatDoc
2018-09-14 15:03:51 +02:00
committed by Tony Murray
parent c8c703a04f
commit cc225bd39c
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ Then run these commands
firewall-cmd --zone public --add-service https
firewall-cmd --permanent --zone public --add-service https
#### Configure snmpd
### Configure snmpd
Copy the example snmpd.conf from the LibreNMS install.

View File

@@ -168,7 +168,7 @@ Then run these commands
firewall-cmd --zone public --add-service https
firewall-cmd --permanent --zone public --add-service https
#### Configure snmpd
### Configure snmpd
cp /opt/librenms/snmpd.conf.example /etc/snmp/snmpd.conf

View File

@@ -84,7 +84,7 @@ Add the following config, edit `ServerName` as required:
a2enmod rewrite
systemctl restart apache2
#### Configure snmpd
### Configure snmpd
cp /opt/librenms/snmpd.conf.example /etc/snmp/snmpd.conf
vi /etc/snmp/snmpd.conf

View File

@@ -89,7 +89,7 @@ server {
rm /etc/nginx/sites-enabled/default
systemctl restart nginx
#### Configure snmpd
### Configure snmpd
cp /opt/librenms/snmpd.conf.example /etc/snmp/snmpd.conf
vi /etc/snmp/snmpd.conf