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