mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@209 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -533,6 +533,7 @@ function fixifName ($inf) {
|
||||
$inf = str_replace("vlan", "Vlan", $inf);
|
||||
$inf = str_replace("ether", "Ether", $inf);
|
||||
$inf = str_replace("-802.1q Vlan subif", "", $inf);
|
||||
$inf = str_replace("tunnel", "Tunnel", $inf);
|
||||
$inf = str_replace("serial", "Serial", $inf);
|
||||
$inf = str_replace("-aal5 layer", " aal5", $inf);
|
||||
$inf = str_replace("null", "Null", $inf);
|
||||
|
||||
@@ -4,7 +4,6 @@ function process_syslog ($entry, $update) {
|
||||
|
||||
global $config;
|
||||
|
||||
|
||||
foreach($config['syslog_filter'] as $bi) {
|
||||
if (strstr($entry['msg'], $bi)) {
|
||||
$delete = 1;
|
||||
|
||||
Reference in New Issue
Block a user