librenms/LibreNMS
Tony Murray edbb6ae0e3 refactor: Centralize MIB include directory specification (#4603)
* refactor: Centralize MIB include directory specification
The default is now:
```
$config['mib_dir'].'/mibdirname:'.$config['mib_dir']
```
This means we exclude OS mibs and only use ours  (we could prepend `+` if we want to include os mibs.
All snmp calls should only include the name of the subdirectory under the mibs directory.

* Remove d_echo from Proc
Fix snmpsim tests.
2016-09-28 14:19:28 +01:00
..
Exceptions PSR-2 Final cleanup (#4247) 2016-08-28 23:32:55 +01:00
ClassLoader.php PSR-2 Final cleanup (#4247) 2016-08-28 23:32:55 +01:00
Component.php PSR-2 Final cleanup (#4247) 2016-08-28 23:32:55 +01:00
IRCBot.php fix: Make irc bot to use authentication module for user info (#4372) 2016-09-12 11:24:22 -05:00
ObjectCache.php fix: Clean up errors in the webui (#4438) 2016-09-15 08:46:26 +01:00
Plugins.php webui: Relocate Alerts menu 2016-09-11 23:41:41 -05:00
Proc.php refactor: Centralize MIB include directory specification (#4603) 2016-09-28 14:19:28 +01:00
RRDRecursiveFilterIterator.php PSR-2 Final cleanup (#4247) 2016-08-28 23:32:55 +01:00