Outages Page is empty

Outages Page is empty in GUI.
when check the outages table , have below entries.

MariaDB [librenms]> select * from device_outages;
±-----±----------±-----------±-----------+
| id | device_id | going_down | up_again |
±-----±----------±-----------±-----------+
| 4385 | 298 | 1658916631 | 1658917832 |
| 4386 | 313 | 1658916633 | 1658917236 |
| 4387 | 300 | 1658916686 | 1658917888 |
| 4388 | 299 | 1658916711 | 1658917917 |
| 4389 | 301 | 1658916727 | 1658917331 |
±-----±----------±-----------±-----------+
5 rows in set (0.000 sec)

When i go to individual device and check outage tab, can see outage details

when go to Overview ->Outages, no details of outage. Just says " No results found!: "
im sure it was working before

Validation result:
librenms@nms-master:~$ ./validate.php

Component Version
LibreNMS 22.7.0-16-gd0503fbde
DB Schema 2022_07_03_1947_add_app_data (244)
PHP 7.4.3
Python 3.8.10
MySQL 10.3.34-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8

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

[OK] Composer Version: 2.3.10
[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] Connected to rrdcached
[INFO] Detected Python Wrapper
[OK] Connection to memcached is ok
[OK] rrdtool version ok
[OK] Connected to rrdcached
librenms@nms-master:~$

Appreciate any advise

Thanks

That’s true. I can confirm it’s empty. Only if I select a specific device I can see data.
It’s the same for Ports → All Ports.

Check if all those devices actually exist.
Same for ports, having orphaned ports had broken that other screen for me.

earlier , I had issue with ports a swell . it was resolved by removing orphans ports
Regarding outage, i cleared all the entries from table. whatever is in there now are existing devices

if go select individual device, i can see their outage info.
issue is only when select all devices

Thanks

solved

Thanks!!!
now i can see all devices outages details

1 Like

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