Search found 5 matches

by jon_k
Sat May 19, 2007 6:58 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs aren't showing
Replies: 8
Views: 4908

Please check /etc/php.ini for extension extension=mysql.so It may even reside in php.d/mysql.ini If it was not enabled, please make sure to restart httpd to take effect for web usage Reinhard That wasn't /exactly/ the problem although it was very close. phpinfo(); showed MySQL module was loaded. He...
by jon_k
Sat May 19, 2007 2:58 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs aren't showing
Replies: 8
Views: 4908

What's the result of calling poller.php manually? Did you configure include/config.php to setup database access? Reinhard First off let me thank you for the help you're providing. It's very appreciated! ;-) Here's my efforts in calling poller.php manually. root@dallas:/var/www/cacti# php /var/www/c...
by jon_k
Sat May 19, 2007 2:10 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs aren't showing
Replies: 8
Views: 4908

Please make sure to follow http://docs.cacti.net/node/5 for installing. Especially the crontab things is important because that's where rrd files are created. Reinhard OK. Done. I created a user called 'cacti' for this. cacti@dallas:/var/www/cacti$ chown cacti:cacti rra/ log/ cacti@dallas:/var/www/...
by jon_k
Sat May 19, 2007 5:41 am
Forum: Help: Linux/Unix Specific
Topic: Graphs aren't showing
Replies: 8
Views: 4908

An update here; RRDTool Says: ERROR: opening '/var/www/cacti/rra/localhost_load_1min_5.rrd': No such file or directory It appears I have no files in my rra directory which is what makes graphs work. Here is my attempt to generate graph files. root@dallas:/var/www/cacti# chmod 777 rra root@dallas:/va...
by jon_k
Fri May 18, 2007 4:06 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs aren't showing
Replies: 8
Views: 4908

Graphs aren't showing

I've got cacti installed but graphs don't appear to be working. This is the first time I've installed cacti. I've tried updating the graphs manually by running php /var/www/cacti/poller.php I installed the GDlib for PHP just in case. My phpinfo(); can be found here: http://ecogaea.com/nfo.php Please...