Search found 5 matches

by GrammatonCleric
Fri Jan 27, 2006 10:47 am
Forum: Help: Linux/Unix Specific
Topic: trying to install / configuring cacti on kubuntu
Replies: 18
Views: 7701

Oh.. I found the following posting that may help you...

http://forums.cacti.net/post-52787.html

Code: Select all


sudo dpkg-reconfigure php5-mysql

then do...

Code: Select all


sudo apache2ctl restart

by GrammatonCleric
Fri Jan 27, 2006 10:41 am
Forum: Help: Linux/Unix Specific
Topic: trying to install / configuring cacti on kubuntu
Replies: 18
Views: 7701

For Ubuntu you should do the following to change the cacti database login info .

Code: Select all


sudo nano /etc/cacti/debian.php

by GrammatonCleric
Wed Jul 27, 2005 9:55 am
Forum: Help: Linux/Unix Specific
Topic: No Graphs displayed in Cacti
Replies: 3
Views: 1244

check the permissions within you cacti directory (i.e. /var/www/cacti). Make sure that user that cacti runs as has permissions to rra directory.
by GrammatonCleric
Wed Jul 27, 2005 9:51 am
Forum: Help: Linux/Unix Specific
Topic: Skipping Cacti Graphs?
Replies: 4
Views: 1614

I figured out the issue some time again. What I found was that when I upgraded versions that there where two poller processes running, which was eating up I/O and CPU. I believe that I had one running via cron and another via cactid. I stopped the cactid process and the graphs stopped skipping.... G.
by GrammatonCleric
Fri Jun 03, 2005 8:19 am
Forum: Help: Linux/Unix Specific
Topic: Skipping Cacti Graphs?
Replies: 4
Views: 1614

Skipping Cacti Graphs?

Hi,
I recently upgraded to cacti-0.8.6d. After doing so I started seeing graphs that the data appears to be skipping.

http://linuxjunkie.net/images/graph_image.png

Any ideas what could be casuing this issue?

Thanks!