Funny log entries (single numbers without context)

Hi there,

I recently upgraded to php8.1 as suggested by validate.php, so this is the current state:

librenms@heimdall:~$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS  | 22.8.0-1-g465fa3986
DB Schema | 2022_07_03_1947_add_app_data (244)
PHP       | 8.1.9
Python    | 3.7.3
Database  | MariaDB 10.3.34-MariaDB-0+deb10u1
RRDTool   | 1.7.1
SNMP      | 5.7.3
====================================

[OK]    Composer Version: 2.4.0
[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]    Active pollers found
[OK]    Dispatcher Service not detected
[OK]    Locks are functional
[OK]    Python poller wrapper is polling
[OK]    Redis is unavailable
[OK]    rrdtool version ok
[OK]    Connected to rrdcached

Since this update, I have strange entries in logs/librenms.log, consisting of single numbers:

librenms@heimdall:~$ tail -30 logs/librenms.log
2
2
2
2
2
2
2
1
1
3
3
2
2
1
1
2
2
1
1
2
2
2
2
/opt/librenms/poller.php 54 2022-08-22 16:50:08 - 1 devices polled in 5.864 secs
/opt/librenms/poller.php 38 2022-08-22 16:50:10 - 1 devices polled in 6.222 secs
/opt/librenms/poller.php 36 2022-08-22 16:50:11 - 1 devices polled in 8.875 secs
/opt/librenms/poller.php 19 2022-08-22 16:50:11 - 1 devices polled in 9.050 secs
/opt/librenms/poller.php 31 2022-08-22 16:50:11 - 1 devices polled in 8.859 secs
/opt/librenms/poller.php 16 2022-08-22 16:50:11 - 1 devices polled in 9.001 secs
/opt/librenms/poller.php 21 2022-08-22 16:50:11 - 1 devices polled in 9.091 secs
librenms@heimdall:~$

Everything seems to work fine, though, but these entries are new, they never happened before. They also seem to repeat every time I reload the main dashboard. It’s exactly 50 lines like that every time, with exact the same order of numbers. I currently have 50 entries in the “Alerts” widget and I can’t imagine that this is a coincidence.

Any idea what’s causing this?

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