LibreNMS not displaying graph data

Greeting,

I recently installed LibreNMS on Rocky OS imported the following .env, config.php, and Mysql database (librenms) everything seems to be working except for the data graph. It’s been running for over 2 days and it’s not displaying anything. It seems like it’s doing polling. Even if I add a new device no data is graphing.

[librenms@S-MCSOS-LibreNMS ~]$ ./validate.php

Component Version
LibreNMS 21.9.0-41-gc84b462ac
DB Schema 2021_25_01_0129_isis_adjacencies_nullable (217)
PHP 7.3.20
Python 3.6.8
MySQL 10.5.12-MariaDB
RRDTool 1.7.0
SNMP NET-SNMP 5.8
====================================

[OK] Composer Version: 2.1.8
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct

[librenms@S-MCSOS-LibreNMS ~]$ ./poller.php -h 172.18.10.250 -r -f -d
LibreNMS Poller
SQL[select migration from migrations order by id desc limit 1 [] 0.45ms]

SQL[select count(*) as aggregate from migrations limit 1 [] 0.49ms]

SQL[select version() [] 0.29ms]

===================================
Version info:
Commit SHA: c84b462ac00dbc42edaf6623ba2fff7eb270a782
Commit Date: 1633093097
DB Schema: 2021_25_01_0129_isis_adjacencies_nullable (217)
PHP: 7.3.20
MySQL: 10.5.12-MariaDB
RRDTool: 1.7.0
SNMP: NET-SNMP 5.8
==================================DEBUG!
Updating os_def.cache
Starting polling run:

SQL[SELECT * FROM devices WHERE disabled = 0 AND hostname = ‘172.18.10.250’ ORDER BY device_id ASC [] 1.04ms]

SQL[select * from devices where device_id = ? limit 1 [197] 0.59ms]

SQL[select * from devices_attribs where devices_attribs.device_id = ? and devices_attribs.device_id is not null [197] 0.42ms]

Attempting to initialize OS: ios
OS initialized: LibreNMS\OS\Ios
Hostname: 172.18.10.250
Device ID: 197
OS: ios
(cisco)

Start Alerts

Rule #12 (Network Devices up/down): Status: NOCHG

End Alerts

SNMP [65/8.63s]: Get[14/1.14s] Getnext[4/0.32s] Walk[47/7.17s]
MySQL [52/0.12s]: Cell[3/0.00s] Row[-2/-0.00s] Rows[20/0.02s] Column[1/0.00s] Update[29/0.10s] Insert[1/0.00s] Delete[0/0.00s]
RRD [74/0.01s]: Update[74/0.01s]

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