Page 1 of 1

Nagios Graph not identifying RRDtool [Solved]

Posted: Tue Jun 19, 2012 11:02 pm
by msachikanta
Hi,

I have installed Nagiosgraph tool. but while running ./install.pl --check-prereq and getting RRDs... ***FAIL***, but RRDtool is installed properly. Please find the below details for reference. Can anyone help me on this..? Thanks in advance.

[root@apl05038simvt1 nagiosgraph-1.4.4]# ./install.pl --check-prereq
checking required PERL modules
Carp...1.04
CGI...3.15
Data::Dumper...2.121_08
File::Basename...2.74
File::Find...1.10
MIME::Base64...3.07
POSIX...1.09
RRDs... ***FAIL***
Time::HiRes...1.9717
checking optional PERL modules
GD...2.45
checking nagios installation
found nagios at /usr/local/nagios/bin/nagios
checking web server installation
found apache at /usr/sbin/httpd

*** one or more problems were detected!

Let me know in case of any more information required regarding this issue so that I can provide the same.

Regards,
Sachikanta

Re: Nagios Graph not identifying RRDtool [Solved]

Posted: Wed Jun 20, 2012 5:37 am
by msachikanta
Issue got resolve after following the below steps for rrdtool installation.

# tar -zxf rrdtool-1.x.xx.tar.gz
# cd rrdtool-1.x.xx
# ./configure && make && make install
# cd perl-shared # Version 1.0.x
# cd bindings/perl-shared # Version 1.2.x
# make clean
# perl Makefile.PL && make && make install
# echo "/usr/local/rrdtool-1.x.xx/lib" >> /etc/ld.so.conf
# /sbin/ldconfig

Regards,
Sachikanta

Re: Nagios Graph not identifying RRDtool [Solved]

Posted: Wed Jun 20, 2012 9:22 am
by agriffin
Glad you got it working, and thanks for posting the solution too!

Re: Nagios Graph not identifying RRDtool [Solved]

Posted: Thu Jun 21, 2012 3:44 am
by msachikanta
Always welcome... :)