"Problem with backend" in dashboard Availability map

Hello, I have a display problem. Problem with backend in dashboard “Availability map”

librenms is installed on a debian 12.1

librenms@librenms:~$ ./validate.php

Component Version
LibreNMS 23.8.2-27-gd991a4b50 (2023-09-05T23:08:15+02:00)
DB Schema 2023_09_01_084057_application_new_defaults (258)
PHP 8.1.22
Python 3.11.2
Database MariaDB 10.11.3-MariaDB-1
RRDTool 1.7.2
SNMP 5.9.3
===========================================

[OK] Composer Version: 2.6.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
librenms@librenms:~$

librenms@librenms:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenms@librenms:~$

I rebooted the server without resolving the problem

2 Likes

I have the same problem, running Debian 12 as well.
I think there was an upgrade of the php packages just a couple of days ago (maybe even yesterday).

I am absolutely certain the timezone is set correctly in both php ini files. I’ve run LibreNMS without issue for a long time.

I had the same issue and just find out what was the problem.

In the settings of the Availability map widget, set the Disabled polling/alerting to Hide instead of Show :

image

image

And Voilà

2 Likes

Looks like someone broke it, should be fixed next update (or run ./daily.sh)

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