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:
@ -124,11 +124,6 @@ $config['allow_entity_sensor']['watts'] = 1;
|
||||
$config['allow_entity_sensor']['truthvalue'] = 1;
|
||||
$config['allow_entity_sensor']['specialEnum'] = 1;
|
||||
|
||||
### Mountpoints to ignore
|
||||
|
||||
$config['ignore_mount_removable'] = 1; # Ignore removable disk storage
|
||||
$config['ignore_mount_network'] = 1; # Ignore network mounted storage
|
||||
|
||||
### Hardcoded ASN descriptions
|
||||
|
||||
# $config['astext'][65333] = "Cymru Bogon Feed";
|
||||
|
Reference in New Issue
Block a user