fe32fcf
In order for Cacti to function properly, please edit the following:
fe32fcf
fe32fcf
/etc/cacti/db.php
fe32fcf
/etc/cron.d/cacti
fe32fcf
/etc/http/conf.d/cacti.conf
fe32fcf
fe32fcf
The installation procedure, briefly summarized:
fe32fcf
fe32fcf
  Create the cacti MySQL database:
fe32fcf
fe32fcf
  # mysqladmin create cacti
fe32fcf
fe32fcf
  Import the default cacti database:
fe32fcf
fe32fcf
  # mysql cacti < /usr/share/doc/cacti-0.8.8a/cacti.sql
fe32fcf
fe32fcf
  Create the user:
fe32fcf
fe32fcf
  # mysql
fe32fcf
  mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser';
fe32fcf
fe32fcf
  (Use a different password in the above GRANT command.)
fe32fcf
fe32fcf
  Then visit http://localhost/cacti/ to complete the installation.
fe32fcf
fe32fcf
Cacti's install procedure is not fully compatible with mod_security. If you use
fe32fcf
mod_security, please uncomment the SecRuleRemoveById lines in
fe32fcf
/etc/http/conf.d/cacti.conf.
fe32fcf
fe32fcf
Cacti should work with SELinux. If you cannot get it to work, please file a bug.