fix_ds_quantity.sh dependency breaks rrdcached

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: fix_ds_quantity.sh dependency breaks rrdcached

Post by tgriep »

The RRDs library also needs to be installed and that could be causing the error message.

Create this folder

Code: Select all

mkdir /usr/lib64/perl5/auto/RRDs
Find and put the RRDs.so file in that folder

Then set the permissions for the folder and file

Code: Select all

chmod -R 755 /usr/lib64/perl5/auto/RRDs
Hopefully that will work for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: fix_ds_quantity.sh dependency breaks rrdcached

Post by rajasegar »

tgriep wrote:The RRDs library also needs to be installed and that could be causing the error message.

Create this folder

Code: Select all

mkdir /usr/lib64/perl5/auto/RRDs
Find and put the RRDs.so file in that folder

Then set the permissions for the folder and file

Code: Select all

chmod -R 755 /usr/lib64/perl5/auto/RRDs
Hopefully that will work for you.

It works fine now. Thanks a lot for your help in solving this issue.
Please close the thread.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
Locked