EdgeSwitch ports gone missing

My edge switch ports have gone missing from my devices at some point over the past few days. It looks like when I run a discovery or poller they are being discovered/ polled. It is only edge swithches, all other platforms appear to be polling and displaying normally. Validate and Daily both run without throwing errors.

Discovery: https://p.libren.ms/view/88ab3171
Poller: https://p.libren.ms/view/87066aa4

$ ./validate.php

Component Version
LibreNMS 22.10.0-112-g9b41fa3f3 (2022-11-13T15:58:00-06:00)
DB Schema 2022_08_15_084507_add_rrd_type_to_wireless_sensors_table (248)
PHP 8.1.12
Python 3.8.10
Database MariaDB 10.5.9-MariaDB-1:10.5.9+maria~bionic
RRDTool 1.7.2
SNMP 5.8

===========================================

[OK] Composer Version: 2.4.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached

$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK

I finally found what my problem was.

I wanted to ignore certain types of interfaces, and in doing so made a couple of additions to the "$config[‘bad_if’][] = " list of interfaces. For some reason, and I am not going down the rabbit hole to discover the why, but adding ‘lo’ to that list made all of the ports disappear from Edge Switches.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.