"; //$config['email']['default_only'] = TRUE; $config['enable_syslog'] = 1; // Enable Syslog // Device status settings // Show the status messages you want $config['frontpage']['device_status']['max']['interval'] = 24; // Maximal interval for which to display devices status (in hours) $config['frontpage']['device_status']['max']['count'] = 200; // Maximal count for which to display devices status (in items) $config['frontpage']['device_status']['devices'] = true; // Show the down devices $config['frontpage']['device_status']['ports'] = true; // Show the down ports $config['frontpage']['device_status']['neighbours'] = true; // Show the down inter-device neighbours (with CDP/LLDP linked devices) $config['frontpage']['device_status']['errors'] = true; // Show the ports with interface errors $config['frontpage']['device_status']['services'] = true; // Show the down services $config['frontpage']['device_status']['uptime'] = true; // Show the uptime status $config['frontpage']['device_status']['bgp'] = true; // Show the bgp status // Geocoding Configuration $config['geocoding']['enable'] = TRUE; // Enable Geocoding $config['geocoding']['api'] = 'google'; // Which GEO API use ('mapquest', 'google', 'yahoo', 'openstreetmap', 'yandex') //$config['geocoding']['api_key'] = ''; // API KEY if required $config['geocoding']['dns'] = FALSE; // Use DNS LOC records for geolocation $config['geocoding']['default']['lat'] = "106.820912"; // Default latitude $config['geocoding']['default']['lon'] = "-6.209207"; // Default longitude $config['location_menu_geocoded'] = TRUE; // Build location menu with geocoded data. // API ENABLE --> Adding by Ical $config['api']['enable'] = TRUE; // End config.php