Yum
How To Install RRDTool via YUM Centos
By default, the yum repository configuration on Centos does not have rrdtool in it.
To Solve this problem, we need to add more repository that have rrdtool on it.
Login into your server via SSH with root access
[code]$cd /etc/yum.repos.d/[/code]
Create a file and name it dag.repo
[code]$vi dag.repo
How To Install And Configure Litespeed Load Balancer
What is LiteSpeed Load Balancer
LiteSpeed Load Balancer (LSLB) is a high-performance, content-aware, session-aware HTTP application load balancer. It can forward requests based on request content as well as session stickiness preference. LiteSpeed Load Balancer can help scale your application beyond one server deployment, as well as improve the reliability of your service in case of hardware failures.
Example: we will build 1 load balancer with 2 webserver behind load balancer.
Installing Cacti MRTG on Fedora

Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering. There is also SNMP support for those used to creating traffic graphs with MRTG.
Before installing cacti, we must install http, php, mysql, rrdtool, and net-snmp.
Installation
- Install http, php, and mysql
yum -y install httpd php mysql mysql-server php-mysql - Restart service httpd
service httpd restart - Run service mysqld
service mysqld start - Install rrdtool
yum install rrdtool - Install net-snmp
yum install net-snmp* - Install cacti
yum install cacti
Recent comments
6 hours 40 min ago
3 days 7 hours ago
3 days 7 hours ago
1 week 4 days ago
4 weeks 3 days ago
6 weeks 4 days ago
8 weeks 1 hour ago
9 weeks 5 days ago
9 weeks 5 days ago
15 weeks 1 day ago