mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 08:02:05 +02:00
updated config.php
git-svn-id: http://www.observium.org/svn/observer/trunk@429 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+3
-1
@@ -95,9 +95,11 @@ $config['syslog_age'] = "1 month"; ## Time to keep syslog for in
|
|||||||
### Interface name strings to ignore
|
### Interface name strings to ignore
|
||||||
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
||||||
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "stackport",
|
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "stackport",
|
||||||
"async", "plip", "-physical", "-signalling", "control plane", "stacksub",
|
"async", "plip", "-physical", "-signalling", "control plane", "stacksub", "control",
|
||||||
"bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport");
|
"bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport");
|
||||||
|
|
||||||
|
$config['bad_if_regexp'] = array("/serial[0-9]:/");
|
||||||
|
|
||||||
### Mountpoints to ignore
|
### Mountpoints to ignore
|
||||||
|
|
||||||
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts", "/proc/bus/usb");
|
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts", "/proc/bus/usb");
|
||||||
|
|||||||
Reference in New Issue
Block a user