Talk:Cacti

Jump to: navigation, search

cacti is in the distribution, this text should describe how to set up that one instead of recommending to add external repos

On a new install of openSUSE Leap 42.3 I encountered several issues following the Advanced Cacti install. To put things into perspective, this was my first MYSQL install and first Cacti install.

Additional configuration needed.

Apache Configuration.

Syntax error on "Order" statement. "Order" and "Allow" appear to be out of place?

  <Directory " /srv/www/cacti">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
  </Directory>


Time Zone Tables not initialized.

See 10.6 MySQL Server Time Zone Support

  1. zypper install mysql-community-server-tools
  2. mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql

It may be necessary to grant access to the Time Zone tables.


Cacti configuration issues

The web interface reports that gd is not installed. That issue was resolved by:

  1. zypper install php-gd
  2. ...restarting Apache


The web interface reports that the "spine" binary can't be found. That issue was resolved by:

  1. zypper install cacti-spine
  2. Change the expected directory in the cacti web interface from "/usr/bin/spine/spine" to "/usr/bin/spine".