
Install MRTG On Centos/RHEL 6
Install MRTG (Multi Router Traffic Grapher) to see network traffic data on the web
Step 1:Install Apache HTTP Server
# yum -y install httpd httpd-devel
Step 2:Install MRTG, SNMP
# yum -y install net-snmp net-snmp-utils mrtg
Step...