mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	add port parser to default config, rename some stuff
git-svn-id: http://www.observium.org/svn/observer/trunk@1328 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -79,6 +79,8 @@ $config['overview_show_sysDescr'] = true;
 | 
			
		||||
## Poller Modules
 | 
			
		||||
 | 
			
		||||
$config['enable_port_Xbcmc']     = 1; # Enable ifXEntry broadcast/multicast
 | 
			
		||||
$config['port_descr_parser']	 = "includes/port-descr-parser.inc.php"; # Parse port descriptions into fields
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Ignores & Allows
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
include_once("Net/IPv4.php");
 | 
			
		||||
include_once("Net/IPv6.php");
 | 
			
		||||
 | 
			
		||||
## Observer Includes
 | 
			
		||||
## ObserverNMS Includes
 | 
			
		||||
 | 
			
		||||
include_once($config['install_dir'] . "/includes/common.php");
 | 
			
		||||
include_once($config['install_dir'] . "/includes/rrdtool.inc.php");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user