mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Remove postgres reference from bind documentation (#6750)
* Remove postgres reference from bind documentation * fixed formatting a bit
This commit is contained in:
		@@ -115,7 +115,10 @@ it should be.
 | 
			
		||||
 | 
			
		||||
##### 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)
 | 
			
		||||
 | 
			
		||||
@@ -788,4 +791,4 @@ extend sdfsinfo /etc/snmp/sdfsinfo
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user