mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Corrected information about mib_dir (#12174)
Corrected information about mib_dir. An array is not handled by discovery.php -- only one directory may be specified.
This commit is contained in:
		@@ -67,13 +67,11 @@ that the device doesn't support ifXEntry and to ignore it:
 | 
			
		||||
     - cisco2811
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
`mib_dir`: You can use this to specify the additional directories to
 | 
			
		||||
look in for MIBs:
 | 
			
		||||
`mib_dir`: You can use this to specify an additional directory to
 | 
			
		||||
look in for MIBs. An array is not accepted, only one directory may be specified.
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
mib_dir:
 | 
			
		||||
    - juniper
 | 
			
		||||
    - cisco
 | 
			
		||||
mib_dir: juniper
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
`poller_modules`: This is a list of poller modules to either enable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user