Posts

Showing posts from June, 2018

How to install MRTG on UBUNTU

How to install MRTG on UBUNTU ---------------------------------------------- This post will describe how to install and configure MRTG( Multi Router Traffic Grapher )  which is a free software for monitoring and measuring the traffic load on network links. It helps the use the network traffic load over time in a graphical form.  Software Version used in this post were as follows: Ubuntu 18.04 SNMP v3 MRTG-2.17.4 Step 1 Install SNMP Step 2 Configure SNMPD Step 3 Install MRTG Step 4 Configure MRTG Step 5 Configure Apache Server Step 6 Finishing the Installations --------------------------------------------- STEP 1 : INSTALLING SNMP sudo apt-get update sudo apt-get install snmp sudo apt-get install snmpd STEP 2  : CONFIGURE SNMPD sudo nano /etc/snmp/snmpd.conf Change # Listen for connections from the local system only agentAddress udp:127.0.0.1:161 # Listen for connections on all interfaces (both IPv4 *and* IPv6) #agentAddress udp:161,udp6:[::1]:161  to # List