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
RRDCached issues
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RRDCached issues
I had completely forgot about that script.
Yes, that should fix them
Yes, that should fix them
Re: RRDCached issues
I just tried that, but I am getting the following error when running "cpan -i RRD::Simple"
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
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
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RRDCached issues
This is usually installed with
Which usually is already on the system
Code: Select all
yum install rrdtool-perlRe: RRDCached issues
Thank you. With other work going on, I won't be able to test this until Thursday morning.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RRDCached issues
Sounds goodhbouma wrote:Thank you. With other work going on, I won't be able to test this until Thursday morning.
Re: RRDCached issues
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.
Thank you for the help.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RRDCached issues
Great!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.
Closing thread