TOTAL
Since dec 2006
1'942'871 Visitors
4'218'042 Pages

Nov 2010 Stats
82'909 Visitors
146'476 Pages
196 countries
Full statistics



Help us translate
our tutorials!

JOIN the
OpenManiak Team.
OM TEAM
Director:
Blaise Carrera
Tutorials creation:
Blaise Carrera
Translaters:
Giovanni Fredducci
Angel Chraniotis
Moham. H. Karvan
Alexandro Silva
Blaise Carrera
Andrei Chertolyas
Sergiy Uvarov
Nickola Kolev
Łukasz Nowatkowski
Ivo Raisr
Catalin Bivolaru
Bogdan A. Costea
Kirill Simonov
Oliver Mucafir
JaeYoung Jeon
Seungyoon Lee
Jie Yu & Si Cheng
Tao Wei
YukiAlex
Fumihito Yoshida
Muhammad Takdir
Çağdaş Tülek
Auditors
Leslie Luthi
Joe Anderson
Jennifer Ockwell
Nigel Titley
Alison Rees
Webmaster:
Blaise Carrera
CACTI - The Easy Tutorial - The prerequisites

Cacti Prerequisites
Last Change : Jan 27 2008


Tool
Install
Ergonomy
Forum



Details What is Cacti?
Screenshots
Prerequisites
Installation
Plugins
SNMP clients



⚠️⚠️⚠️
Please check our website about
attractions in Western Switzerland !! (Please use english translation).

⚠️⚠️⚠️
Merci de consulter notre site sur les
activités à faire en Suisse romande !!



The following programs are needed to run cacti:

- apache2 for the web server
- mysql-server for the database
- php5 for the server-based script
- php5-common
- php5-cgi
- php5-cli
- php5-mysql

- snmp - snmp tools used to collect data to the remote hosts
- rrdtool - a perl script to format collected data to rrdtool files

facultative:

php5-gd - the graphical library used by a Cacti plugin named php weathermap

INSTALL PROGRAMS

Use apt-get to install the programs

#apt-get install apache2
#apt-get install mysql-server
#apt-get install php5
#apt-get install php5-common
#apt-get install php5-cgi
#apt-get install php5-cli
#apt-get install php5-mysql
#apt-get install snmp
#apt-get install rrdtool