Hello,
I tried to discover Alteon device, but LibreNMS discover it like generic device.
I have tried removing and adding again, and rediscovering the device but result was the same.
The device is Alteon Switch 6024XL.
I checked with:
‘/usr/bin/snmpget’ ‘-v2c’ ‘-c’ ‘COMMUNITY’ ‘-OUQn’ ‘-m’ ‘SNMPv2-MIB’ ‘-M’ ‘/opt/librenms/mibs’ ‘udp:HOSTNAME:161’ ‘sysName.0’
And the result was:
.1.3.6.1.2.1.1.5.0 =
With other devices, this command give me the expected result.
I did the ./poller.php -h HOSTNAME -r -f -d | ./pbin.sh
And the result is here: https://p.libren.ms/view/56d0cc03
I did the ./discovery.php -h HOSTNAME -d | ./pbin.sh
And the result is here: https://p.libren.ms/view/9364c23b
An this is the output of ./validate.php
| Component | Version |
|---|---|
| LibreNMS | 24.2.0-30-g8c4205c61 (2024-03-19T10:24:07+01:00) |
| DB Schema | 2024_02_07_151845_custom_map_additions (290) |
| PHP | 8.1.14 |
| Python | 3.9.18 |
| Database | MariaDB 10.5.16-MariaDB |
| RRDTool | 1.7.2 |
| SNMP | 5.9.1 |
| =========================================== |
[OK] Composer Version: 2.7.2
[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] Database and column collations are correct
[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] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Your install is over 24 hours out of date, last update: Tue, 19 Mar 2024 09:24:07 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
includes/definitions/alteonos.yaml
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore
Please, someone knows how can solve this issue in this device?
Thanks in advance!