i've just installed cacti (by apt-get) and upgrade from 0.8.7.b to 0.8.7.d in copying the files in /usr/cacti/site/ copying the content of old config file to the new and running installer.
ps: my setting is on rrdtool 1.3 and i have already test with 1.2
unfortunatly all my graphs are not. i've only there descriptions.
one thing to know is thgat i'm running debian lenny web server with DTC control panel and dtc-sbox.
the particularity is my apache user is not www-data but dtc and the group is not www-data but dtcgrp.
then i made to try to correct it:
Code: Select all
chown dtc:dtcgrp /etc/cacti/debian.php
chown -R dtc:dtcgrp /var/log/cacti/
chown -R dtc:dtcgrp /var/lib/cacti/rra
Code: Select all
chmod +x /usr/share/site/cacti/poller.php
from
Code: Select all
*/5 * * * * www-data php /usr/share/cacti/site/poller.php >/dev/null 2>/var/log/cacti/poller-error.log
Code: Select all
*/5 * * * * dtc php /usr/share/cacti/site/poller.php >/dev/null 2>/var/log/cacti/poller-error.log
everything else should run corectly. if someone have an idea i'll read it carrefully.