mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	move mount ignores to defaults config file, add option to ignore optical drives, and fix the entire ignore thing as 'someone' broke it after semi-rewriting the storage portion
git-svn-id: http://www.observium.org/svn/observer/trunk@971 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -71,6 +71,9 @@ $config['bad_if_regexp'] = array("/serial[0-9]:/");
 | 
			
		||||
 | 
			
		||||
$config['processor_filter'][] = "An electronic chip that makes the computer work.";
 | 
			
		||||
 | 
			
		||||
$config['ignore_mount_removable'] = 1; # Ignore removable disk storage
 | 
			
		||||
$config['ignore_mount_network']   = 1; # Ignore network mounted storage
 | 
			
		||||
$config['ignore_mount_optical']   = 1; # Ignore mounted optical discs
 | 
			
		||||
 | 
			
		||||
# Sensors
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user