| Article Index |
|---|
| Howto install cacti with threshold |
| CACTI INSTALLATION |
| THRESHOLD INSTALLATION |
| All Pages |
Page 1 of 3
Type : System
Operating System : Linux
Cacti is one of the most important monitoring solution if you want to see the graph of cpu usage, load, mysql activity, apache activity and more. With cacti you have a lot of plugins like threshold or thold.
Threshold plugins is very useful and send you alert on different threshold defined a mail.
WEBSITE : www.cacti.net
REQUIREMENT
Before the installation of cacti you need to prepare your server and install some package :
- APACHE
- PHP, PHP-mysql, PHP-snmp
- MYSQL-server
- net-snmp, net-snmp-utils
- rrdtool
Command line for the installation of all those package :
# yum install php-snmp php-mysql httpd mysql mysql-server net-snmp net-snmp-utils rrdtool
After the installation of apache, you have to create your virtualhost for your cacti website.
















































