$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 21.11.0-79-gdf123c62c
DB Schema | 2021_25_01_0129_isis_adjacencies_nullable (229)
PHP | 7.4.3
Python | 3.8.10
MySQL | 10.3.32-MariaDB-0ubuntu0.20.04.1
RRDTool | 1.7.2
SNMP | 5.8
====================================
[OK] Composer Version: 2.1.14
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
I installed the gpsd snmp extend script and got it all working. Everything was generating pretty graphs and then it just stopped. I can run the script manually:
# sudo -u Debian-snmp /etc/snmp/gpsd
{"data":{"mode":"3", "hdop":"0.93", "vdop":"0.8", "latitude":"33.714545", "longitude":"-112.060643333", "altitude":"128.1", "satellites":"14", "satellites_used":"8"}, "error":"0", "errorString":"", "version":"3.22"}
But I never see any data in LibreNMS. I’ve deleted and re-added the device a couple of times and made sure everything is up to date. What else can I check into?
Thank you.