Remove postgres reference from bind documentation (#6750)

* Remove postgres reference from bind documentation

* fixed formatting a bit
This commit is contained in:
sorano 2017-05-30 14:43:12 +02:00 committed by Tony Murray
parent 6a79d4495f
commit 2e65e144e3

View File

@ -115,7 +115,10 @@ it should be.
##### SNMP Extend ##### SNMP Extend
1: Copy the shell script, postgres, to the desired host (the host must be added to LibreNMS devices) (wget https://github.com/librenms/librenms-agent/raw/master/snmp/bind -O /etc/snmp/bind) 1: Copy the bind shell script, to the desired host (the host must be added to LibreNMS devices)
```
wget https://github.com/librenms/librenms-agent/raw/master/snmp/bind -O /etc/snmp/bind
```
2: Make the script executable (chmod +x /etc/snmp/bind) 2: Make the script executable (chmod +x /etc/snmp/bind)
@ -788,4 +791,4 @@ extend sdfsinfo /etc/snmp/sdfsinfo
4. Restart snmpd on your host 4. Restart snmpd on your host
5. On the device page in Librenms, edit your host and check the `SDFS info` under the Applications tab or wait for it to be auto-discovered. 5. On the device page in Librenms, edit your host and check the `SDFS info` under the Applications tab or wait for it to be auto-discovered.