mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixed temperature graphing with unusual characters and added 3750 stackwise interfaces to ignored list (thanks Dario Calami)
git-svn-id: http://www.observium.org/svn/observer/trunk@377 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -88,8 +88,8 @@ $config['syslog_age'] = "1 month"; ## Time to keep syslog for in
|
||||
|
||||
### Interface name strings to ignore
|
||||
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
||||
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm",
|
||||
"async", "plip", "-physical", "-signalling", "control plane",
|
||||
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "stackport",
|
||||
"async", "plip", "-physical", "-signalling", "control plane", "stacksub",
|
||||
"bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport");
|
||||
|
||||
### Mountpoints to ignore
|
||||
|
Reference in New Issue
Block a user