mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added ignore mount point effects macOS (#9652)
added in $config['ignore_mount_regexp'][] = "/^\/Volumes\/OS X Base System/"; This should ignore osx recovey caching
This commit is contained in:
committed by
Neil Lathwood
parent
63c85429ae
commit
c99c97acf3
@@ -698,6 +698,7 @@ $config['ignore_mount_regexp'][] = '/^(dev|proc)fs/';
|
||||
$config['ignore_mount_regexp'][] = '/^\/dev\/md0/';
|
||||
$config['ignore_mount_regexp'][] = '/^\/var\/dhcpd\/dev/';
|
||||
$config['ignore_mount_regexp'][] = '/UMA/';
|
||||
$config['ignore_mount_regexp'][] = "/^\/Volumes\/OS X Base System/";
|
||||
|
||||
$config['ignore_mount_removable'] = 1;
|
||||
// Ignore removable disk storage
|
||||
|
||||
Reference in New Issue
Block a user