Hi,
Having an issue very much like this one - and of course, tried the fix there . I have confirmed, all my times and
php.ini
files are correct. Yet whenever I refresh the main LibreNMS page … I get the warning about unpolled devices. I check - and there are none. Very odd.
I did check validate.php
, and it may provide a hint,
===========================================
Component | Version
--------- | -------
LibreNMS | 22.9.0-298-g49e021272 (2022-10-14T16:12:26-05:00)
DB Schema | 2022_09_03_091314_update_ports_adsl_table_with_defaults (246)
PHP | 8.1.2
Python | 3.10.6
Database | MariaDB 10.6.7-MariaDB-2ubuntu1.1-log
RRDTool | 1.7.2
SNMP | 5.9.1
===========================================
[OK] Composer Version: 2.4.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]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[FAIL] Some poller nodes have not checked in recently
Inactive Nodes:
linuxServer.home
[WARN] Using database for locking, you should set CACHE_DRIVER=redis
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/.htaccess
That “Inactive Node” is my only node - at least as far as I know . Any suggestions how to clean this up?
Thanks!