|
|
| Author |
Message |
greenland888
Joined: 28 Aug 2008 Posts: 2
|
Posted: Wed Nov 12, 2008 12:37 pm Post subject: [RESOLVED] cacti no graphs |
|
|
I installed cacti-0.8.7b on RHEL5.2 64 bits system. no graphs is shown. rrd files were created normally. I turned on graph debuging. no OK is returned from "RRDTool says".
/usr/bin/rrdtool -V
the installed version is RRDtool 1.2.27. installed from rpm package
rrdtool-perl-1.2.27-3.el5.x86_64.rpm
I installed rrdtool 1.2.23 to override rrdtool 1.2.27. Graphs are shown immediately after installation.
#rpm -ivh --force --nodeps rrdtool-1.2.23-1.el5.rf.x86_64.rpm
rpm package is downloaded at http://rpm.pbone.net/index.php3/stat/4/idpl/4509711/com/rrdtool-1.2.23-1.el5.rf.x86_64.rpm.html
Thanks. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12642 Location: Muenster, Germany
|
Posted: Wed Nov 12, 2008 4:19 pm Post subject: |
|
|
rrdtool-perl is NOT rrdtool!
Reinhard |
|
| Back to top |
|
 |
greenland888
Joined: 28 Aug 2008 Posts: 2
|
Posted: Wed Nov 12, 2008 6:51 pm Post subject: |
|
|
I copied wrong package name. It was rrdtool from i386, rrdtool-1.2.27-3.el5.i386.rpm, not rrdtool-perl.
# rpm -ql rrdtool-1.2.27-3.el5.i386
/usr/bin/rrdcgi
/usr/bin/rrdtool
/usr/bin/rrdupdate
/usr/lib/librrd.so.2
/usr/lib/librrd.so.2.0.13
...
I searched Internet for solution. I found this post:
http://geekdom.wesmo.com/2008/09/15/cacti-rrdtool-13x-no-graphs/
I modified rrd.php as suggested. It did not work for me. I hope this post helps to solve similar problem. |
|
| Back to top |
|
 |
|