refactor: Move config loading into the Config class. (#8100)

Self contain dbFacile too.
Update rrdtool default setting to be similar to others.
Move silly cisco-entities.php into entity-physical.inc.php
This commit is contained in:
Tony Murray
2018-02-10 14:38:25 -06:00
committed by Neil Lathwood
parent 363c24a117
commit de56dccc8a
10 changed files with 247 additions and 199 deletions

View File

@@ -20,7 +20,6 @@
//
// Please don't edit this file -- make changes to the configuration array in config.php
//
error_reporting(E_ERROR|E_PARSE|E_CORE_ERROR|E_COMPILE_ERROR);
// Default directories
$config['project_name'] = 'LibreNMS';
@@ -123,7 +122,7 @@ $config['int_customers'] = 1;
// Enable Customer Port Parsing
$config['customers_descr'] = 'cust';
$config['transit_descr'][] = 'transit';
// Add custom transit descriptions (can be an string)
// Add custom transit descriptions (can be an string)
$config['peering_descr'][] = 'peering';
// Add custom peering descriptions (can be an string)
$config['core_descr'][] = 'core';