RRDcached Error on Central poller

Greetings!

I have this error message on the rrdcached status on my central server and I am not sure what is causing it. The graphs seems to be fine but the poll time for the pollers are ridiculously high. Any thoughts on where I can tweak so that this error is out of the way? I feel this may have a major hand in contributing to the poll times:

librenms@dc5up-vlibrenms01:~$ systemctl status rrdcached
● rrdcached.service - Data caching daemon for rrdtool
Loaded: loaded (/etc/systemd/system/rrdcached.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-09-21 07:37:36 UTC; 1 weeks 6 days ago
Main PID: 24824 (rrdcached)
Tasks: 449 (limit: 4915)
CGroup: /system.slice/rrdcached.service
└─24824 /usr/bin/rrdcached -w 1800 -z 1800 -f 3600 -s librenms -U librenms -G librenms -B -R -j /var/tmp -l (IP):42217 -t 4 -F -b /opt/librenms/rrd/

Oct 04 13:37:23 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:23 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:23 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:27 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:27 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:27 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:28 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:28 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:28 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.
Oct 04 13:37:38 dc5up-vlibrenms01 rrdcached[24824]: handle_request_update: Could not read RRD file.

Validate:

librenms@dc5up-vlibrenms01:~$ ./validate.php

Component Version
LibreNMS 21.9.1
DB Schema 2021_10_03_164200_update_hrsystem_table (220)
PHP 7.3.25-1+ubuntu18.04.1+deb.sury.org+1
Python 3.6.9
MySQL 10.5.12-MariaDB-1:10.5.12+maria~bionic
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

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

[OK] Composer Version: 2.1.8
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2021_09_26_164200_create_hrsystem_table, 2021_10_02_190310_add_device_outages_index, 2021_10_03_164200_update_hrsystem_table). If you just switched to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.
[OK] Database schema correct
[INFO] Detected Dispatcher Service
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
config/database.php

Thanks,
Santosh Kotla

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