mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Remove usage of -CI, it is not allowed for snmpbulkwalk #5164
This commit is contained in:
committed by
Neil Lathwood
parent
0cc9e774f9
commit
5c156e7e01
@@ -18,7 +18,7 @@ foreach ($devices as $device) {
|
||||
|
||||
if (is_array($config['device_traffic_descr'])) {
|
||||
foreach ($config['device_traffic_descr'] as $ifdescr) {
|
||||
if (preg_match($ifdescr.'i', $int['ifDescr']) || preg_match($ifdescr.'i', $int['ifName']) || preg_match($ifdescr.'i', $int['portName'])) {
|
||||
if (preg_match($ifdescr.'i', $int['ifDescr']) || preg_match($ifdescr.'i', $int['ifName'])) {
|
||||
$ignore = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user