Cacti: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache.
Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache.
* untar cacti tarball in /www creating directory
/www/cacti-0.8.7d


* add following to the Apache ''httpd.conf'':
* add following to the Apache ''httpd.conf'':
  ###sergey: for CACTI
  ###sergey: for CACTI
  Alias /cacti "/www/cacti-0.8.7d/"
  Alias /cacti "/www/cacti-0.8.7d/"

Revision as of 11:13, 24 February 2009

Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache.

  • untar cacti tarball in /www creating directory
/www/cacti-0.8.7d
  • add following to the Apache httpd.conf:
###sergey: for CACTI
Alias /cacti "/www/cacti-0.8.7d/"
<Directory "/www/cacti-0.8.7d/">
  Options Indexes FollowSymLinks
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>