Now I try to follow the document "Install and Configure Cacti" (under Unix). http://server-a.icommerce.se/cacti/docs ... cacti.html
A number of things just seems different on my server:
* No new Unix level user for Cacti is created
* In cacti home dir (/usr/share/cacti or /usr/share/cacti/site) there is no directory rra or log, so I cannot do:
Code: Select all
chown -R cactiuser rra/ log/
* No new line has been added to our crontab (I checked /etc/crontab and crontab -e)
Basically I feel the apt-get installed version of Cacti is a bit removed from what I see on my Ubuntu system.
Questions:
* No need to create a Unix level user for cacti?
* Where is Cacti cron job stored? (Apparently Cacti does update. My crontab has no cacti entry).
If someone can point me in the right direction for Ubuntu/Debian + Cacti... that is appreciated.