Page 2 of 2

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:02 pm
by hbouma
We have not.

When I look at the number of occurrences of this error in are /var/log/messages since 3AM EST today, I get 588 lines.

I saw something like this available, but I am not sure if that would help me in my instance. https://support.nagios.com/kb/article.php?id=149

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:11 pm
by scottwilkerson
I had completely forgot about that script.

Yes, that should fix them

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:26 pm
by hbouma
I just tried that, but I am getting the following error when running "cpan -i RRD::Simple"

Code: Select all

+-----------------------------------------------------------------------------+
| ERROR! -- Could not load RRDs.pm                                            |
|                                                                             |
| RRD::Simple requires RRDs.pm (a part of RRDtool) in order to function. You  |
| can download a copy of RRDtool from http://www.rrdtool.org. See the INSTALL |
| document for more details.                                                  |
+-----------------------------------------------------------------------------+

Checking prerequisites...
  requires:
    !  RRDs is not installed
  recommends:
    *  Test::Deep is not installed
    *  Test::Pod is not installed
    *  Test::Pod::Coverage is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation
I have rrdcached installed, but apparently not rrd. it exists in /opt/rrdtool-1.4.4/lib/perl/5.16.3/x86_64-linux-thread-multi/RRDs.pm

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:40 pm
by scottwilkerson
This is usually installed with

Code: Select all

yum install rrdtool-perl
Which usually is already on the system

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:47 pm
by hbouma
Thank you. With other work going on, I won't be able to test this until Thursday morning.

Re: RRDCached issues

Posted: Tue Sep 22, 2020 2:49 pm
by scottwilkerson
hbouma wrote:Thank you. With other work going on, I won't be able to test this until Thursday morning.
Sounds good

Re: RRDCached issues

Posted: Fri Sep 25, 2020 10:42 am
by hbouma
This cleared up almost all the issues. The It just appears that one or 2 still remain, and I will clean those up manually by deleting the rrd file.

Thank you for the help.

Re: RRDCached issues

Posted: Fri Sep 25, 2020 1:23 pm
by scottwilkerson
hbouma wrote:This cleared up almost all the issues. The It just appears that one or 2 still remain, and I will clean those up manually by deleting the rrd file.

Thank you for the help.
Great!

Closing thread