Airos devices changed to generic

We have an issue since the 26.6.1 update where all our AirOS devices are now discovered as generic devices. We have checked and the correct .1.3.6.1.4.1.41112.1.4 OID is returned by the device and we verified that the airos.yaml has the correct string for the sysObjectID. Any ideas where we should check next?

discovery output https://paste.rs/XsOR1
poller output https://paste.rs/tKKLm

===========================================
Component | Version
--------- | -------
LibreNMS  | 26.6.1-dev.15+36918f032 (2026-05-21T17:20:36-05:00)
DB Schema | 2026_05_15_144037_add_snmp_engine_id_to_devices_table (387)
PHP       | 8.4.21
Python    | 3.13.5
Database  | MariaDB 11.8.6-MariaDB-0+deb13u1 from Debian
RRDTool   | 1.7.2
SNMP      | 5.9.4.pre2
===========================================

[OK]    Composer Version: 2.9.8
[OK]    Dependencies up-to-date.
[OK]    Database Connected
[OK]    Database Schema is current
[OK]    SQL Server meets minimum requirements
[OK]    lower_case_table_names is enabled
[OK]    MySQL engine is optimal
[OK]    Database and column collations are correct
[OK]    Database schema correct
[OK]    MySQL and PHP time match
[OK]    Distributed Polling setting is enabled globally
[OK]    Connected to rrdcached
[OK]    Active pollers found
[OK]    Dispatcher Service is enabled
[OK]    Locks are functional
[OK]    Python wrapper cron entry is not present
[OK]    Redis is functional
[OK]    rrdtool version ok
[OK]    Connected to rrdcached

Update your install

We are on the latest codebase of 26.6.1 “honestly, I thought we were on the monthly release, not daily”. Is there a newer version than what came out yesterday?

git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.

./daily.sh 
Clearing caches                                    OK
Updating to latest codebase                        OK
Updating Composer packages                         OK
Updating SQL-Schema                                OK
Cleaning up DB                                     OK
Caching PeeringDB data                             OK

Sorry, hadn’t actually merged it in. Update and run discovery.

You’re on daily.

After you’ve updated run lnms config:set update_channel release and leave it to update on a monthly release.

Thanks, that fixed it. Changed back to monthly, I have no clue how that was changed to begin with.

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