Some graphs have stopped yet polling continues

Recently did a libbers install and some graphs are continuing to generate while others never started. Running 24.3.0 with about 20 devices on an Ubuntu install

When asking for help and support, please provide as much information as possible. This should include:

  • Steps to reproduce an issue.
  • The output of ./validate.php

Validate output:

===========================================
Component | Version
--------- | -------
LibreNMS  | 24.3.0-13-ge19861c77 (2024-04-11T21:59:05-04:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.1.2-1ubuntu2.14
Python    | 3.10.12
Database  | MariaDB 10.6.16-MariaDB-0ubuntu0.22.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================

[OK]    Composer Version: 2.7.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
[FAIL]  No active polling method detected
[OK]    Dispatcher Service not detected
[OK]    Locks are functional
[FAIL]  No active python wrapper pollers found
[OK]    Redis is unavailable
[OK]    rrd_dir is writable
[OK]    rrdtool version ok

When running any of the RRD tool commands that should produce the graphs, via CLI, I just get a carriage return without any output
Let me know if seeing discovery outputs would be helpful here.

Any takers?

You can’t have data in your graphs if you aren’t polling it.

I’ve seen this several times on working systems. Sometimes it is there. Sometimes it is not. All the CRON jobs have been copied and put in the correct spot so I’m not sure what else I can do to that specific error. Do you have thoughts?

Alright. I needed to do the setfacl commands that I thought I had done when doing the install. I did those and now the polling methods are good. That being said, still no/intermittent graphs. Your thoughts?